summaryrefslogtreecommitdiff
path: root/print/teTeX/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX/INSTALL')
-rwxr-xr-xprint/teTeX/INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/print/teTeX/INSTALL b/print/teTeX/INSTALL
new file mode 100755
index 00000000000..502b240d6d9
--- /dev/null
+++ b/print/teTeX/INSTALL
@@ -0,0 +1,26 @@
+#!/bin/sh
+#
+# $NetBSD: INSTALL,v 1.1 2001/10/31 23:28:04 zuntum Exp $
+#
+
+case $2 in
+ PRE-INSTALL)
+ ;;
+ 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
+ ;;
+ *)
+ echo "Unexpected Argument $2!!"
+ exit 1
+ ;;
+esac
+
+exit 0