summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-10 16:42:47 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-10 16:42:47 +0000
commit42b419595b3fa9b17c6239e564f08170d8166fe3 (patch)
tree1f8a5c07a44fb5a04f0c2c2e91ff67d15ea136a5 /sys-apps/coreutils/coreutils-6.7-r1.ebuild
parentFixed javadocs to install to the standard location. (diff)
downloadgentoo-2-42b419595b3fa9b17c6239e564f08170d8166fe3.tar.gz
gentoo-2-42b419595b3fa9b17c6239e564f08170d8166fe3.tar.bz2
gentoo-2-42b419595b3fa9b17c6239e564f08170d8166fe3.zip
tell people to run `hash -r`
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'sys-apps/coreutils/coreutils-6.7-r1.ebuild')
-rw-r--r--sys-apps/coreutils/coreutils-6.7-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-6.7-r1.ebuild b/sys-apps/coreutils/coreutils-6.7-r1.ebuild
index 4a10c963884c..446e757080b8 100644
--- a/sys-apps/coreutils/coreutils-6.7-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-6.7-r1.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/sys-apps/coreutils/coreutils-6.7-r1.ebuild,v 1.1 2007/01/02 04:53:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.7-r1.ebuild,v 1.2 2007/01/10 16:42:47 vapier Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -149,3 +149,7 @@ src_install() {
rm -rf "${D}"/usr/share/man
fi
}
+
+pkg_postinst() {
+ ewarn "Make sure you run 'hash -r' in your active shells."
+}