e8918104a0
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.
18 lines
211 B
Text
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
|