summaryrefslogtreecommitdiff
path: root/print/ja-jsclasses/INSTALL
diff options
context:
space:
mode:
authorkei <kei>2003-03-15 20:05:55 +0000
committerkei <kei>2003-03-15 20:05:55 +0000
commit652be5feaf748f8f1f21e50b6a1dd8a527e423bc (patch)
treee8e46376412185d3e182a11bc95a3f7d8537bad9 /print/ja-jsclasses/INSTALL
parentab94c14d497d9b80c2b2f9db5578988d93d55a77 (diff)
downloadpkgsrc-652be5feaf748f8f1f21e50b6a1dd8a527e423bc.tar.gz
initial import of ja-jsclasses-0.0.0.20021127.
jsclasses is a set of new document classes for ASCII pLaTeX2e. It is based on standard class file of pLaTeX but have lots of improvements and new features.
Diffstat (limited to 'print/ja-jsclasses/INSTALL')
-rw-r--r--print/ja-jsclasses/INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/ja-jsclasses/INSTALL b/print/ja-jsclasses/INSTALL
new file mode 100644
index 00000000000..1f36bc62385
--- /dev/null
+++ b/print/ja-jsclasses/INSTALL
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: INSTALL,v 1.1.1.1 2003/03/15 20:05:55 kei Exp $
+
+case ${STAGE} in
+PRE-INSTALL)
+ ;;
+
+POST-INSTALL)
+ @PREFIX@/bin/mktexlsr
+ ;;
+
+*)
+ ${ECHO} "Unexpected argument: ${STAGE}"
+ exit 1
+ ;;
+
+esac