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
commit6aac845614b33dae89163d24f03c5c01b747e468 (patch)
tree7ed3df00b8f68bdba7aaa8be7574a68a89f70c4f /print
parentcb575d3d8c09c72e849147893e0e93883e2f7653 (diff)
downloadpkgsrc-6aac845614b33dae89163d24f03c5c01b747e468.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