diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-03 15:43:11 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-03 15:43:11 +0000 |
commit | bbe8ef209a8a4937ba33f6b567f2f143bcc4497f (patch) | |
tree | 0f356561f02de1215ec7e8883ad842ed8018160a /chinese/moefonts-cid/pkg-install | |
parent | af715b463b3f24c3f7d87fe360d110fc987464bc (diff) | |
download | ports-bbe8ef209a8a4937ba33f6b567f2f143bcc4497f.tar.gz ports-bbe8ef209a8a4937ba33f6b567f2f143bcc4497f.zip |
Notes
Diffstat (limited to 'chinese/moefonts-cid/pkg-install')
-rw-r--r-- | chinese/moefonts-cid/pkg-install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/moefonts-cid/pkg-install b/chinese/moefonts-cid/pkg-install new file mode 100644 index 000000000000..117b7118e9dd --- /dev/null +++ b/chinese/moefonts-cid/pkg-install @@ -0,0 +1,15 @@ +#!/bin/sh + +GSVER=6.01 +GSDIR=${PKG_PREFIX}/share/ghostscript +FONTMAP=${GSDIR}/${GSVER}/lib/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} |