2920a32c71
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
14 lines
379 B
Text
14 lines
379 B
Text
# $NetBSD: INSTALL,v 1.2 2003/08/30 20:23:03 jlam Exp $
|
|
|
|
TEXMF=@PREFIX@/share/texmf
|
|
TEXMFLOCAL=@PREFIX@/share/texmf.local
|
|
PSTRICKS=$TEXMF/dvips/pstricks
|
|
|
|
case $STAGE in
|
|
POST-INSTALL)
|
|
$MV $TEXMF/web2c/texmf.cnf $TEXMF/web2c/texmf.cnf.orig
|
|
$LN -s $TEXMFLOCAL/web2c/texmf.cnf $TEXMF/web2c/texmf.cnf
|
|
@PATCH@ -d $PSTRICKS < $PSTRICKS/PSTricks.patch
|
|
@PREFIX@/bin/mktexlsr
|
|
;;
|
|
esac
|