pkgsrc/print/teTeX2-bin/INSTALL
kei e3f120060c Initial import of teTeX2-2.0.1 and related packages to the NetBSD
packages collection.  For coexist with teTeX-1.0.7 in the package
source tree, newly imported packages are named `teTeX2'.
2003-02-23 04:59:20 +00:00

17 lines
514 B
Text
Executable file

#! /bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2003/02/23 04:59:25 kei Exp $
case ${STAGE} in
POST-INSTALL)
${CAT} << EOT
===========================================================================
You may consider running ${PKG_PREFIX}/bin/texconfig to adjust for your
local environment, e.g. configure font generation to use a temporary
directory.
For further information have a look at ${PKG_PREFIX}/share/texmf/doc/tetex/.
===========================================================================
EOT
;;
esac