2920a32c71
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
12 lines
293 B
Text
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
|