freebsd-ports/chinese/netscape47-communicator/files/DEINSTALL.in
Foxfair Hu 881204494a PR: 21691
Submitted by:	Jing-Tang Keith Jang <keith@sinica.edu.tw>
Reviewed by:	Michael C. Wu <keichii@peorth.iteration.net>
Active zh-netscape47-communicator.

This port provides a Big5 localized Netscape, including menus,
toolbars, error messages and many others. It also contains a
libX11 fix, which allows Netscape to show Big5 buttons in html
documents.

The patches are mainly contributed by thhsieh@linux.org.tw &
hcchu@r350.ee.ntu.edu.tw. The localized Netscape.Big5 is
translated by Antony Shen <u8618806@cc.nctu.edu.tw>, with some
modifications.
2000-11-02 03:39:20 +00:00

22 lines
637 B
Bash

#!/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