summaryrefslogblamecommitdiff
path: root/print/gv/pkg-install
blob: 2d7c72fb0528c6b834bb41d58be2c8dda1284794 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                             
#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then
  exit 0
fi
if ! which gs >/dev/null; then
  echo "I can't find ghostscript (gs) in your search path."
  echo "Please install your favorite version of ghostscript,"
  echo "otherwise this program is useless."
fi