summaryrefslogtreecommitdiff
path: root/print/xpdf-arabic/DEINSTALL
diff options
context:
space:
mode:
authorsalo <salo>2003-03-25 14:04:00 +0000
committersalo <salo>2003-03-25 14:04:00 +0000
commitfbd08d15974f8bd1e047983af328df9e6a246709 (patch)
treee8e4d5348703e5811cc2eb9d7a74c64efd776354 /print/xpdf-arabic/DEINSTALL
parentf629f37f069e48537c67050877119b6fe5046f25 (diff)
downloadpkgsrc-fbd08d15974f8bd1e047983af328df9e6a246709.tar.gz
Import of xpdf-arabic-20030216: xpdf support files for Arabic.
This package provides support files needed to use the Xpdf tools with Arabic PDF files. Contents: - ISO-8859-6 encoding
Diffstat (limited to 'print/xpdf-arabic/DEINSTALL')
-rw-r--r--print/xpdf-arabic/DEINSTALL24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/xpdf-arabic/DEINSTALL b/print/xpdf-arabic/DEINSTALL
new file mode 100644
index 00000000000..f9fa5fb37c4
--- /dev/null
+++ b/print/xpdf-arabic/DEINSTALL
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2003/03/25 14:04:00 salo Exp $
+
+PKGNAME=$1
+STAGE=$2
+
+XPDFRC=@PKG_SYSCONFDIR@/xpdfrc
+
+case ${STAGE} in
+DEINSTALL)
+ ;;
+
+POST-DEINSTALL)
+ @SED@ -e "/rabic/d" ${XPDFRC} > ${XPDFRC}.tmp
+ @MV@ -f ${XPDFRC}.tmp ${XPDFRC}
+ ;;
+
+*)
+ echo "Unexpected argument: ${STAGE}"
+ exit 1
+ ;;
+esac
+exit 0