diff options
Diffstat (limited to 'sys-apps/hotplug-base/hotplug-base-20040329.ebuild')
-rw-r--r-- | sys-apps/hotplug-base/hotplug-base-20040329.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild index 283c313a66fd..269489886f3f 100644 --- a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild +++ b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040329.ebuild,v 1.1 2004/03/29 23:58:36 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040329.ebuild,v 1.2 2004/03/30 00:12:14 gregkh Exp $ inherit eutils @@ -25,8 +25,3 @@ src_install() { keepdir /etc/hotplug.d/ } -pkg_postinst() { - ewarn "WARNING: The fxload program was spliced off this package" - ewarn "WARNING: emerge fxload if you need it" -} - |