summaryrefslogtreecommitdiff
path: root/print/teTeX-bin/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-10-31 22:52:58 +0000
committerzuntum <zuntum>2001-10-31 22:52:58 +0000
commit7e9524f1017cb18948282b999e45c15b8b9e6dee (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /print/teTeX-bin/DEINSTALL
parent41c8c3cd74ce618106e762374834328ba0c18a8c (diff)
downloadpkgsrc-7e9524f1017cb18948282b999e45c15b8b9e6dee.tar.gz
Move pkg/ files into package's toplevel directory
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