aboutsummaryrefslogtreecommitdiff
path: root/chinese/moettf/pkg-deinstall
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-07-18 00:57:34 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-07-18 00:57:34 +0000
commit7172d05363a7cd2a3d5959a93a7fcfc44f2ed228 (patch)
tree1ea75cec8d7ba1eff7995ce405f2e31b457208eb /chinese/moettf/pkg-deinstall
parent4595bf80df312349b8f74ce38f97b282881d0540 (diff)
downloadports-7172d05363a7cd2a3d5959a93a7fcfc44f2ed228.tar.gz
ports-7172d05363a7cd2a3d5959a93a7fcfc44f2ed228.zip
This port installs Chinese BIG5 TrueType fonts, includes Kai/LiShu/Sung
fonts. It then can be used along with X Window System or typesetting software like CJK. Restricted usage: end user and non-commericial only.
Notes
Notes: svn path=/head/; revision=20254
Diffstat (limited to 'chinese/moettf/pkg-deinstall')
-rw-r--r--chinese/moettf/pkg-deinstall17
1 files changed, 17 insertions, 0 deletions
diff --git a/chinese/moettf/pkg-deinstall b/chinese/moettf/pkg-deinstall
new file mode 100644
index 000000000000..8d161a41b09b
--- /dev/null
+++ b/chinese/moettf/pkg-deinstall
@@ -0,0 +1,17 @@
+#!/bin/sh
+if [ "$2" != "DEINSTALL" ]; then
+ exit 0
+fi
+FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType
+cd ${FONTDIR}
+
+# Restore fonts.dir
+sed -e '/-moe-/d' -e '/-twmoe-/d' fonts.dir > fonts.dir.tmp
+numfonts=$(echo $(cat fonts.dir.tmp | wc -l) - 1 | bc)
+echo ${numfonts} > fonts.dir
+sed -e 1d fonts.dir.tmp >> fonts.dir
+rm -f fonts.dir.tmp
+
+# Restore fonts.alias
+sed -e '/^-moe-/d' -e '/^-twmoe-/d' fonts.alias > fonts.alias.tmp
+mv -f fonts.alias.tmp fonts.alias