summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjwise <jwise>1999-09-09 02:06:01 +0000
committerjwise <jwise>1999-09-09 02:06:01 +0000
commite9b7f8a414927c357b8cf8b995502e6ca58344cf (patch)
tree7b0c89ea7d8fe66eba7303871f0087ebfe482e6c /print
parent15239632b9ad4ec4fa8e2d45845816a399d5ace5 (diff)
downloadpkgsrc-e9b7f8a414927c357b8cf8b995502e6ca58344cf.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')
-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