summaryrefslogtreecommitdiff
path: root/print/lgrind
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>1999-09-09 02:06:01 +0000
committerjwise <jwise@pkgsrc.org>1999-09-09 02:06:01 +0000
commitfd49b9466a08de7e7d89648690332f75b91ac825 (patch)
tree7b0c89ea7d8fe66eba7303871f0087ebfe482e6c /print/lgrind
parent22511c8625a32fd30be0425fe95248f816e372da (diff)
downloadpkgsrc-fd49b9466a08de7e7d89648690332f75b91ac825.tar.gz
Now that POST-DEINSTALL works (Thanks, Hubert!), rebuild teTeX's ls-R
database after deinstallation, rather than advising the user to do so.
Diffstat (limited to 'print/lgrind')
-rw-r--r--print/lgrind/pkg/DEINSTALL14
1 files changed, 5 insertions, 9 deletions
diff --git a/print/lgrind/pkg/DEINSTALL b/print/lgrind/pkg/DEINSTALL
index c6459ea8f05..0934554a953 100644
--- a/print/lgrind/pkg/DEINSTALL
+++ b/print/lgrind/pkg/DEINSTALL
@@ -1,13 +1,9 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 1999/09/08 19:29:16 jwise Exp $
+# $NetBSD: DEINSTALL,v 1.2 1999/09/09 02:06:01 jwise Exp $
#
+if [ "$2" != "POST-DEINSTALL" ]; then
+ exit 0
+fi
-echo \
-"===========================================
-When deinstallation is complete, please run
-
- ${PKG_PREFIX}/bin/texconfig rehash
-
-as root to rebuild the teTeX ls-R database.
-==========================================="
+${PKG_PREFIX}/bin/texconfig rehash