summaryrefslogtreecommitdiff
path: root/print/ja-ptex-bin/INSTALL
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-30 20:22:49 +0000
committerjlam <jlam@pkgsrc.org>2003-08-30 20:22:49 +0000
commitc5f0321718c1b51acf6c873f20f874a333e41399 (patch)
treed334e2fd95050def4488e848ea48612e6f9103a4 /print/ja-ptex-bin/INSTALL
parentffb634dba4f8cf98d9303350c69feff299423c86 (diff)
downloadpkgsrc-c5f0321718c1b51acf6c873f20f874a333e41399.tar.gz
Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
Diffstat (limited to 'print/ja-ptex-bin/INSTALL')
-rw-r--r--print/ja-ptex-bin/INSTALL13
1 files changed, 1 insertions, 12 deletions
diff --git a/print/ja-ptex-bin/INSTALL b/print/ja-ptex-bin/INSTALL
index 7615694178c..9f786795e8d 100644
--- a/print/ja-ptex-bin/INSTALL
+++ b/print/ja-ptex-bin/INSTALL
@@ -1,25 +1,14 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.1.1.1 2003/03/15 20:00:27 kei Exp $
+# $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
-PRE-INSTALL)
- ;;
-
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
;;
-
-*)
- $ECHO "Unexpected argument: $STAGE"
- exit 1
- ;;
-
esac