diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-16 10:58:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-16 10:58:47 +0000 |
commit | 9dac3f69ea24feb9fd8eb58943016f6db74e9543 (patch) | |
tree | d5ce3c376d24910b104f87614b6ad48c31b80726 /app-editors/nano | |
parent | Add gnuconfig since ebuild doesnt run econf for some reason. (diff) | |
download | gentoo-2-9dac3f69ea24feb9fd8eb58943016f6db74e9543.tar.gz gentoo-2-9dac3f69ea24feb9fd8eb58943016f6db74e9543.tar.bz2 gentoo-2-9dac3f69ea24feb9fd8eb58943016f6db74e9543.zip |
add GDP link #77310
(Portage version: 2.0.51-r13)
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/nano-1.3.5.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/nano/nano-1.3.5.ebuild b/app-editors/nano/nano-1.3.5.ebuild index ea74bd825071..184666c724e2 100644 --- a/app-editors/nano/nano-1.3.5.ebuild +++ b/app-editors/nano/nano-1.3.5.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/app-editors/nano/nano-1.3.5.ebuild,v 1.3 2005/01/01 13:31:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.5.ebuild,v 1.4 2005/01/16 10:58:47 vapier Exp $ inherit eutils @@ -63,3 +63,8 @@ src_install() { dodir /usr/bin dosym /bin/nano /usr/bin/nano } + +pkg_postinst() { + einfo "More helpful info about nano, visit the GDP page:" + einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" +} |