diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-15 12:07:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-17 07:57:29 +0000 |
commit | 902312b01b7ce8587af4da97876a83dbfc7ee0c3 (patch) | |
tree | b23cf02c721a2b7063505b84f0f0e0fdb78dc4e3 | |
parent | 7cbe00a5bf633d8c1521ce41105b0bca5244b68b (diff) | |
download | aports-902312b01b7ce8587af4da97876a83dbfc7ee0c3.tar.bz2 aports-902312b01b7ce8587af4da97876a83dbfc7ee0c3.tar.xz |
testing/udev-init-scripts: replace udev
and automatically enable udev-trigger service if needed.
-rw-r--r-- | testing/udev-init-scripts/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/udev-init-scripts/APKBUILD b/testing/udev-init-scripts/APKBUILD index f2c869af69..0bdda5264f 100644 --- a/testing/udev-init-scripts/APKBUILD +++ b/testing/udev-init-scripts/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=udev-init-scripts pkgver=30 -pkgrel=0 +pkgrel=1 pkgdesc="udev startup scripts for openrc" url="https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/" arch="noarch" @@ -9,7 +9,8 @@ license="GPLv2" depends="" depends_dev="" makedepends="$depends_dev" -install="" +replaces="udev" +install="$pkgname.post-install $pkgname.post-upgrade" subpackages="" source="http://dev.gentoo.org/~williamh/dist/udev-init-scripts-$pkgver.tar.gz" |