pkgsrc/print/ja-ptex-bin/DEINSTALL
jlam 2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00

12 lines
293 B
Text

# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:23:03 jlam Exp $
TEXMF=@PREFIX@/share/texmf
PSTRICKS=$TEXMF/dvips/pstricks
case $STAGE in
POST-DEINSTALL)
$MV $TEXMF/web2c/texmf.cnf.orig $TEXMF/web2c/texmf.cnf
$MV $PSTRICKS/pst-text.pro.orig $PSTRICKS/pst-text.pro
@PREFIX@/bin/mktexlsr
;;
esac