diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-12-10 01:38:06 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-12-10 01:38:06 +0000 |
commit | cde3e2cf5533619be7a6c36b0ae36ab1f375f71e (patch) | |
tree | 16f92715b6851419537dc5a3e47fa7cd72bcebd9 /sys-fs/udev/udev-024-r1.ebuild | |
parent | libtoolize --force --copy to close bug #73563. (diff) | |
download | historical-cde3e2cf5533619be7a6c36b0ae36ab1f375f71e.tar.gz historical-cde3e2cf5533619be7a6c36b0ae36ab1f375f71e.tar.bz2 historical-cde3e2cf5533619be7a6c36b0ae36ab1f375f71e.zip |
048 release
Diffstat (limited to 'sys-fs/udev/udev-024-r1.ebuild')
-rw-r--r-- | sys-fs/udev/udev-024-r1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-024-r1.ebuild b/sys-fs/udev/udev-024-r1.ebuild index 2cbc6f256186..92b67a9d615c 100644 --- a/sys-fs/udev/udev-024-r1.ebuild +++ b/sys-fs/udev/udev-024-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-024-r1.ebuild,v 1.8 2004/06/30 18:43:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-024-r1.ebuild,v 1.9 2004/12/10 01:38:06 gregkh Exp $ # Note: Cannot use external libsysfs with klibc .. USE_KLIBC="no" @@ -142,6 +142,13 @@ pkg_preinst() { then mv -f ${ROOT}/etc/udev/udev.config ${ROOT}/etc/udev/udev.rules fi + + # Blow away any old 05-wait_for_sysfs.hotplug links, + # as the program is now gone. + if [ -f "${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug" ] + then + rm -f ${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug + fi } pkg_postinst() { |