diff options
Diffstat (limited to 'chinese/moefonts-cid/files/pkg-install.in')
-rw-r--r-- | chinese/moefonts-cid/files/pkg-install.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chinese/moefonts-cid/files/pkg-install.in b/chinese/moefonts-cid/files/pkg-install.in deleted file mode 100644 index f526830e6133..000000000000 --- a/chinese/moefonts-cid/files/pkg-install.in +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -GSVER=`gs --version` -GSDIR=%%PREFIX%%/share/ghostscript -FONTMAP=${GSDIR}/${GSVER}/Resource/Init/Fontmap.GS - -# Run just once. -if [ "x$2" != "xPOST-INSTALL" ]; then - exit 0 -fi - -echo "/MOEKai-Regular-ETen-B5-H (MOEKai-Regular-ETen-B5-H.gsf) ;" >> ${FONTMAP} -echo "/MOEKai-Regular-ETen-B5-V (MOEKai-Regular-ETen-B5-V.gsf) ;" >> ${FONTMAP} -echo "/MOESung-Regular-ETen-B5-H (MOESung-Regular-ETen-B5-H.gsf) ;" >> ${FONTMAP} -echo "/MOESung-Regular-ETen-B5-V (MOESung-Regular-ETen-B5-V.gsf) ;" >> ${FONTMAP} |