From fd49b9466a08de7e7d89648690332f75b91ac825 Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 9 Sep 1999 02:06:01 +0000 Subject: Now that POST-DEINSTALL works (Thanks, Hubert!), rebuild teTeX's ls-R database after deinstallation, rather than advising the user to do so. --- print/lgrind/pkg/DEINSTALL | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'print') 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 -- cgit v1.2.3