diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 01:48:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 01:48:31 +0000 |
commit | ec061cc406636bfcff2c2617cf1b162f26cbd7a1 (patch) | |
tree | 7ed3df00b8f68bdba7aaa8be7574a68a89f70c4f /print | |
parent | d95f6336d8f2ea27fc044eceb1e05abf95f527b5 (diff) | |
download | pkgsrc-ec061cc406636bfcff2c2617cf1b162f26cbd7a1.tar.gz |
Use bsd.pkg.install.mk instead of local DEINSTALL/INSTALL code.
Diffstat (limited to 'print')
-rwxr-xr-x | print/teTeX-bin/DEINSTALL | 23 |
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 |