diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-24 04:59:19 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-24 04:59:19 +0000 |
commit | 8405e3991dae57edb2a85b98b3bb2536d8256ecb (patch) | |
tree | 82564571758d5df5386b33da2e9a8b3da2ef6811 /app-text/sword | |
parent | Initial ebuild. Libraries for bible reading software. (diff) | |
download | historical-8405e3991dae57edb2a85b98b3bb2536d8256ecb.tar.gz historical-8405e3991dae57edb2a85b98b3bb2536d8256ecb.tar.bz2 historical-8405e3991dae57edb2a85b98b3bb2536d8256ecb.zip |
added a comment about add-on modules in pkg_postinst
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/sword-1.5.4.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app-text/sword/sword-1.5.4.ebuild b/app-text/sword/sword-1.5.4.ebuild index c6cdd3341a0f..545e3e74b274 100644 --- a/app-text/sword/sword-1.5.4.ebuild +++ b/app-text/sword/sword-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.1 2002/10/24 04:49:26 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.2 2002/10/24 04:59:19 raker Exp $ DESCRIPTION="library for bible reading software" HOMEPAGE="http://www.crosswire.org/sword/" @@ -29,3 +29,14 @@ src_install() { einstall || die "make install failed" } + +pkg_postinst() { + + einfo "" + einfo "Check out http://www.crosswire.org/sword/modules/" + einfo "to download modules that you would like to enhance" + einfo "the library with. unzip the files you download" + einfo "while you are in the /usr/share/sword directory" + einfo "" + +} |