diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-27 12:06:30 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-27 12:06:30 +0000 |
commit | 50c4dcfc5c06a73d93d783499b7e40a0f965ee27 (patch) | |
tree | 655c074c3a718eb55057e5e644745d2bdffb8968 /chinese/moefonts-cid | |
parent | 8e1da024707e9f99a7e41b16bc09c6636d263204 (diff) |
Notes
Diffstat (limited to 'chinese/moefonts-cid')
-rw-r--r-- | chinese/moefonts-cid/files/pkg-deinstall.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/moefonts-cid/files/pkg-deinstall.in b/chinese/moefonts-cid/files/pkg-deinstall.in index 0a378bcd7a72..4836561eca06 100644 --- a/chinese/moefonts-cid/files/pkg-deinstall.in +++ b/chinese/moefonts-cid/files/pkg-deinstall.in @@ -11,5 +11,6 @@ if [ "x$2" != "xDEINSTALL" ]; then exit 0 fi +cp ${FONTMAP} ${FONTMAPTMP} sed -e "/^\/MOE.*/d" ${FONTMAP} > ${FONTMAPTMP} mv -f ${FONTMAPTMP} ${FONTMAP} |