pkgsrc/print/ja-jsclasses/DEINSTALL
kei e8918104a0 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.
2003-03-15 20:05:55 +00:00

21 lines
233 B
Bash

#!/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