diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-25 08:03:29 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-25 08:03:29 +0000 |
commit | e6c6ac3e8f566aeb57c9fca6a231e125eac5b585 (patch) | |
tree | a269a436da30fb41189302e5b82daf217b288d4c /net-print | |
parent | stable x86, bug 185746 (diff) | |
download | gentoo-2-e6c6ac3e8f566aeb57c9fca6a231e125eac5b585.tar.gz gentoo-2-e6c6ac3e8f566aeb57c9fca6a231e125eac5b585.tar.bz2 gentoo-2-e6c6ac3e8f566aeb57c9fca6a231e125eac5b585.zip |
Updated post-install info before unmasking the new release.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.7.6.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index ca9b67d4d09b..0e2ce225a464 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.68 2007/07/21 12:08:59 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.69 2007/07/25 08:03:29 calchan Exp $ + + 25 Jul 2007; Denis Dupeyron <calchan@gentoo.org> hplip-2.7.6.ebuild: + Updated post-install info before unmasking the new release. *hplip-2.7.6 (21 Jul 2007) diff --git a/net-print/hplip/hplip-2.7.6.ebuild b/net-print/hplip/hplip-2.7.6.ebuild index 059d49c11fb0..81f09720bd21 100644 --- a/net-print/hplip/hplip-2.7.6.ebuild +++ b/net-print/hplip/hplip-2.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.6.ebuild,v 1.1 2007/07/21 12:08:59 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.6.ebuild,v 1.2 2007/07/25 08:03:29 calchan Exp $ inherit eutils linux-info @@ -99,5 +99,8 @@ pkg_preinst() { } pkg_postinst() { + elog "You should run hp-setup as root if you are installing hplip for the first time, and may also" + elog "need to run it if you are upgrading from an earlier version." + elog elog "If your device is connected using USB, users will need to be in the lp group to access it." } |