summaryrefslogtreecommitdiff
path: root/chinese/arphicttf/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/arphicttf/pkg-deinstall')
-rw-r--r--chinese/arphicttf/pkg-deinstall4
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/arphicttf/pkg-deinstall b/chinese/arphicttf/pkg-deinstall
index c29500f46075..b98eafcd7d31 100644
--- a/chinese/arphicttf/pkg-deinstall
+++ b/chinese/arphicttf/pkg-deinstall
@@ -10,12 +10,10 @@ TTFM=${PKG_PREFIX}/bin/ttfm.sh
FONTDIR=${PREFIX}/share/fonts/TrueType
FONTS="bkai00mp.ttf bsmi00lp.ttf gbsn00lp.ttf gkai00mp.ttf"
-DEFAULTMING="default_ming-big5-0.ttf default_ming-gb2312.1980-0.ttf"
-DEFAULTKAI="default_kai-big5-0.ttf default_kai-gb2312.1980-0.ttf"
if [ -r $FONTDIR/$PKGNAME ]; then
for i in `cat $FONTDIR/$PKGNAME`; do
- for f in $FONTS $DEFAULTMING $DEFAULTKAI; do
+ for f in $FONTS; do
$TTFM --remove $i $f
done
done