freebsd-ports/print/ghostview/pkg-install
Satoshi Asami 75a9e1beaa Remove RUN_DEPENDS to gs, there are too many versions around (3
English and 3 Japanese) and we don't want the package to have a
@pkgdep on a particular version.
1997-01-14 09:13:16 +00:00

10 lines
258 B
Bash

#!/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