summaryrefslogtreecommitdiff
path: root/print/gv/pkg/INSTALL
blob: fb701934ed6a2774f09ee02333b8b618a251a4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $NetBSD: INSTALL,v 1.2 1998/08/07 11:11:26 agc Exp $
#
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