summaryrefslogtreecommitdiff
path: root/print/dvipdfmx/DEINSTALL
diff options
context:
space:
mode:
authorkei <kei>2003-03-15 08:26:35 +0000
committerkei <kei>2003-03-15 08:26:35 +0000
commitd66c9df962430c014bdea24d7bd808c85f31da45 (patch)
tree34b4a6fa96134048d4712f448edb4180645f52f1 /print/dvipdfmx/DEINSTALL
parent085d3711251e89885756affd811ee57073e2d8cd (diff)
downloadpkgsrc-d66c9df962430c014bdea24d7bd808c85f31da45.tar.gz
changed to require teTeX2-2.0.2 or later.
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of this package and dvipdfm of teTeX2 work now. - removed ugly hack to rename config file in installation / deinstallation stage. bump PKGREVISION because of this.
Diffstat (limited to 'print/dvipdfmx/DEINSTALL')
-rw-r--r--print/dvipdfmx/DEINSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/dvipdfmx/DEINSTALL b/print/dvipdfmx/DEINSTALL
index 5b802d4fbdd..874fd95ac94 100644
--- a/print/dvipdfmx/DEINSTALL
+++ b/print/dvipdfmx/DEINSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $
+# $NetBSD: DEINSTALL,v 1.2 2003/03/15 08:26:35 kei Exp $
TEXMF=@PREFIX@/share/texmf
@@ -12,7 +12,6 @@ DEINSTALL)
;;
POST-DEINSTALL)
- ${MV} $TEXMF/dvipdfm/config.orig $TEXMF/dvipdfm/config
@PREFIX@/bin/mktexlsr
;;