pkgsrc/print/ja-jsclasses/INSTALL
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

18 lines
211 B
Text

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