summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-07-30 16:25:29 +0000
committerDan Armak <danarmak@gentoo.org>2001-07-30 16:25:29 +0000
commit43a7d2163090e59017acac469869ae0a486beefe (patch)
tree15bde62b07c7453e78ee2b8b0f95a792a0b0d37c /app-text/antiword
parentupdated to 0.8.0 and fixed the script a little (diff)
downloadhistorical-43a7d2163090e59017acac469869ae0a486beefe.tar.gz
historical-43a7d2163090e59017acac469869ae0a486beefe.tar.bz2
historical-43a7d2163090e59017acac469869ae0a486beefe.zip
Added postinstall configuration pointer
Diffstat (limited to 'app-text/antiword')
-rw-r--r--app-text/antiword/antiword-0.31.ebuild13
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