summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/INSTALL
blob: 6061f677207d357813f8be5c775769ab7c55ccae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2003/12/24 12:57:30 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