aboutsummaryrefslogtreecommitdiff
path: root/chinese/linux-netscape47-communicator/files/DEINSTALL.in
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/linux-netscape47-communicator/files/DEINSTALL.in')
-rw-r--r--chinese/linux-netscape47-communicator/files/DEINSTALL.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/chinese/linux-netscape47-communicator/files/DEINSTALL.in b/chinese/linux-netscape47-communicator/files/DEINSTALL.in
deleted file mode 100644
index c786667dc999..000000000000
--- a/chinese/linux-netscape47-communicator/files/DEINSTALL.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-CLASSDIR=@NDIR@/java/classes
-XLOCALEDIR=@X11BASE@/lib/X11/locale/zh_TW.Big5
-
-if [ "$2" = "DEINSTALL" ]; then
- exit 0;
-fi
-
-#
-# Restore font.properties.zh_GB2312, font.properties.zh_TW_Big5
-# and XLC_LOCALE.
-#
-if [ -f ${CLASSDIR}/font.properties.zh_GB2312.orig ]; then
- mv -f ${CLASSDIR}/font.properties.zh_GB2312.orig ${CLASSDIR}/font.properties.zh_GB2312
-fi
-if [ -f ${CLASSDIR}/font.properties.zh_TW_Big5.orig ]; then
- mv -f ${CLASSDIR}/font.properties.zh_TW_Big5.orig ${CLASSDIR}/font.properties.zh_TW_Big5
-fi
-if [ -f ${XLOCALEDIR}/XLC_LOCALE.orig ]; then
- mv -f ${XLOCALEDIR}/XLC_LOCALE.orig ${XLOCALEDIR}/XLC_LOCALE
-fi
-