diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-04-15 00:00:16 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-04-15 00:00:16 +0000 |
commit | 22ad8417eafae88cd92fac4d7f99bf226bff63cb (patch) | |
tree | 9f5a4a53c5e0daf98352e7cbf990527b9733ce74 /app-editors | |
parent | Don't need to escape single quotes. (diff) | |
download | gentoo-2-22ad8417eafae88cd92fac4d7f99bf226bff63cb.tar.gz gentoo-2-22ad8417eafae88cd92fac4d7f99bf226bff63cb.tar.bz2 gentoo-2-22ad8417eafae88cd92fac4d7f99bf226bff63cb.zip |
added info for webbrowser functions
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nvu/nvu-1.0_pre.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app-editors/nvu/nvu-1.0_pre.ebuild b/app-editors/nvu/nvu-1.0_pre.ebuild index d2ede49fdb87..35e7b74c4f1c 100644 --- a/app-editors/nvu/nvu-1.0_pre.ebuild +++ b/app-editors/nvu/nvu-1.0_pre.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/nvu/nvu-1.0_pre.ebuild,v 1.1 2005/04/14 22:57:03 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0_pre.ebuild,v 1.2 2005/04/15 00:00:16 anarchy Exp $ inherit eutils mozilla flag-o-matic @@ -73,3 +73,12 @@ src_install() { insinto /usr/share/applications doins ${FILESDIR}/nvu.desktop } + +pkg_postinst() { + einfo "If you choose to setup the webbrowser feature to execute urls" + einfo "under the HELP section please refer to" + einfo "http://www.nvu.com/Building_From_Source.html#tipsandhints ." + einfo "Make sure you follow the instructions to the letter if you have" + einfo "any problems email me at anarchy@gentoo.org I will be more then" + einfo "happy to assist you. DO NOT file a bug report on this issue." +} |