summaryrefslogtreecommitdiff
path: root/print/ja-jsclasses/DEINSTALL
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2003-03-15 20:05:55 +0000
committerkei <kei@pkgsrc.org>2003-03-15 20:05:55 +0000
commite8918104a0cd8248f2e207414269bf20d8c17936 (patch)
treee8e46376412185d3e182a11bc95a3f7d8537bad9 /print/ja-jsclasses/DEINSTALL
parent068db10b718998e2666d1d462b5c102e2d2d6389 (diff)
downloadpkgsrc-e8918104a0cd8248f2e207414269bf20d8c17936.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/DEINSTALL')
-rw-r--r--print/ja-jsclasses/DEINSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/print/ja-jsclasses/DEINSTALL b/print/ja-jsclasses/DEINSTALL
new file mode 100644
index 00000000000..e1df2b43b83
--- /dev/null
+++ b/print/ja-jsclasses/DEINSTALL
@@ -0,0 +1,21 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2003/03/15 20:05:56 kei Exp $
+
+case ${STAGE} in
+PRE-DEINSTALL)
+ ;;
+
+DEINSTALL)
+ ;;
+
+POST-DEINSTALL)
+ @PREFIX@/bin/mktexlsr
+ ;;
+
+*)
+ ${ECHO} "Unexpected argument: ${STAGE}"
+ exit 1
+ ;;
+
+esac