aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/moefonts-cid/pkg-req
blob: 2acc123851902db161de34bb7474b7c011693db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

if [ "$2" != "INSTALL" ]; then
  exit 0
fi

if [ ! -f /usr/local/share/ghostscript/7.05/lib/Fontmap.GS ]; then
  echo ===
  echo You do not have Ghostscript 7.05 installed!
  echo
  echo This port is specifically for version 7.05 or later, for
  echo it fixes many bugs wrt. CIDFonts.
  echo ===
fi