161142483d
and notices.
17 lines
511 B
Text
Executable file
17 lines
511 B
Text
Executable file
#! /bin/sh
|
|
#
|
|
# $NetBSD: INSTALL,v 1.3 2002/12/22 19:14:10 jmmv 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
|