summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 01:48:31 +0000
committerjlam <jlam>2002-09-21 01:48:31 +0000
commit5655db37edb704e92f3e47cc48c8893dea7a1c20 (patch)
tree7ed3df00b8f68bdba7aaa8be7574a68a89f70c4f /print
parentd276b51bf3b3d724a9ed03f9a8baa53a76cbf723 (diff)
downloadpkgsrc-5655db37edb704e92f3e47cc48c8893dea7a1c20.tar.gz
Use bsd.pkg.install.mk instead of local DEINSTALL/INSTALL code.
Diffstat (limited to 'print')
-rwxr-xr-xprint/teTeX-bin/DEINSTALL23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/teTeX-bin/DEINSTALL b/print/teTeX-bin/DEINSTALL
deleted file mode 100755
index 7bc179ba4a6..00000000000
--- a/print/teTeX-bin/DEINSTALL
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /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