diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-10-16 20:09:26 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-10-16 20:09:26 +0000 |
commit | 7c8cc9d02051ff2e1729d7b9ba496c8b816332eb (patch) | |
tree | 0b05f682d152be01968bfd309a27e4b4dfa5fd61 /net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild | |
parent | Pull old ebuilds. (diff) | |
download | gentoo-2-7c8cc9d02051ff2e1729d7b9ba496c8b816332eb.tar.gz gentoo-2-7c8cc9d02051ff2e1729d7b9ba496c8b816332eb.tar.bz2 gentoo-2-7c8cc9d02051ff2e1729d7b9ba496c8b816332eb.zip |
Improved pkg_postinst because of bug #109482.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild')
-rw-r--r-- | net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild b/net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild index e3d04abe2e6a..313472a95736 100644 --- a/net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild +++ b/net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild,v 1.3 2005/10/15 23:03:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng-firmware/linux-wlan-ng-firmware-0.2.2.ebuild,v 1.4 2005/10/16 20:09:26 betelgeuse Exp $ inherit eutils @@ -39,9 +39,9 @@ src_install() { pkg_postinst() { einfo "Firmware location has changed to ${ROOT}lib/firmware." - einfo "You can run ebuild <ebuild> config to delete" + einfo "You can run emerge --config =${PF} to delete" einfo "The old files. Because of the default configuration file" - einfo "protection the files are most likely left your system" + einfo "protection, the files are most likely left your system" einfo "and are now useless." } |