diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-04 23:23:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-04 23:23:26 +0000 |
commit | e6b4ff886f64ebc8eefa46aeb828dacf4225d6d0 (patch) | |
tree | 56f5ca9b7aa7a18a03888cc732c125f3e66f3377 /sys-apps | |
parent | Marked stable on amd64 (diff) | |
download | gentoo-2-e6b4ff886f64ebc8eefa46aeb828dacf4225d6d0.tar.gz gentoo-2-e6b4ff886f64ebc8eefa46aeb828dacf4225d6d0.tar.bz2 gentoo-2-e6b4ff886f64ebc8eefa46aeb828dacf4225d6d0.zip |
tell peeps they should makewhatis themselves if they dont have a cronjob #111484
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-pages/man-pages-2.13.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/man-pages/man-pages-2.13.ebuild b/sys-apps/man-pages/man-pages-2.13.ebuild index 1809a781b10e..ea170dcbbadd 100644 --- a/sys-apps/man-pages/man-pages-2.13.ebuild +++ b/sys-apps/man-pages/man-pages-2.13.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/sys-apps/man-pages/man-pages-2.13.ebuild,v 1.1 2005/11/04 01:45:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.13.ebuild,v 1.2 2005/11/04 23:23:26 vapier Exp $ inherit eutils @@ -41,3 +41,9 @@ src_install() { make install prefix="${D}" || die dodoc man-pages-*.Announce README Changes* } + +pkg_postinst() { + einfo "If you don't have a makewhatis cronjob, then you" + einfo "should update the whatis database yourself:" + einfo " # makewhatis" +} |