From 902312b01b7ce8587af4da97876a83dbfc7ee0c3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 15 Jul 2015 12:07:03 +0000 Subject: testing/udev-init-scripts: replace udev and automatically enable udev-trigger service if needed. --- testing/udev-init-scripts/APKBUILD | 5 +++-- 1 file 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 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" -- cgit v1.2.3