summaryrefslogtreecommitdiff
path: root/print/teTeX-bin/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX-bin/DEINSTALL')
-rwxr-xr-xprint/teTeX-bin/DEINSTALL23
1 files changed, 23 insertions, 0 deletions
diff --git a/print/teTeX-bin/DEINSTALL b/print/teTeX-bin/DEINSTALL
new file mode 100755
index 00000000000..7bc179ba4a6
--- /dev/null
+++ b/print/teTeX-bin/DEINSTALL
@@ -0,0 +1,23 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:28:05 zuntum Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+---------------------------------------------------------------------------
+Any fonts that were created on the fly when running TeX were created
+in the directory /var/spool/texfonts. You may want to remove this
+directory manually if you don't need it any longer:
+
+ rm -fr /var/spool/texfonts
+
+For further information have a look at $PKG_PREFIX/share/texmf/doc/tetex/.
+---------------------------------------------------------------------------
+
+EOF
+ ;;
+esac
+
+exit 0