diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-07-30 16:25:29 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-07-30 16:25:29 +0000 |
commit | 8bb5342503085fe58475ba54b1654374fff5c3be (patch) | |
tree | 599702c6cd53605446cba008e6b60c3020c3f580 | |
parent | updated to 0.8.0 and fixed the script a little (diff) | |
download | gentoo-2-8bb5342503085fe58475ba54b1654374fff5c3be.tar.gz gentoo-2-8bb5342503085fe58475ba54b1654374fff5c3be.tar.bz2 gentoo-2-8bb5342503085fe58475ba54b1654374fff5c3be.zip |
Added postinstall configuration pointer
-rw-r--r-- | app-text/antiword/antiword-0.31.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app-text/antiword/antiword-0.31.ebuild b/app-text/antiword/antiword-0.31.ebuild index bcd482708904..ef239351cade 100644 --- a/app-text/antiword/antiword-0.31.ebuild +++ b/app-text/antiword/antiword-0.31.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.31.ebuild,v 1.1 2001/06/22 20:08:09 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.31.ebuild,v 1.2 2001/07/30 16:25:29 danarmak Exp $ +# The orig. author didn't write his name. I (danarmak) added the instructions +# printed from pkg_postinst. #P= A=${P}.tar.gz @@ -33,3 +35,12 @@ src_install () { } +pkg_postinst() { + + echo " + For word-to-text conversion, create a symlink from ~/.antiword to + /usr/share/antiword. Or, copy the directory if you want to customize + it per-user. What's accessed under ~/.antiword is encoding definitions. +" + +}
\ No newline at end of file |