diff options
Diffstat (limited to 'print/lgrind/pkg/DEINSTALL')
-rw-r--r-- | print/lgrind/pkg/DEINSTALL | 14 |
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 |