aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/moefonts-cid/pkg-req
blob: 3c1fbafc490706b00b9e763d1a37f44182e65931 (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/6.01/lib/Fontmap.GS ]; then
  echo ===
  echo You do not have Ghostscript 6.01 installed!
  echo
  echo This port is specifically for version 6.01 or later, for
  echo it fixes many bugs wrt. CIDFonts.
  echo ===
fi