pkgsrc/print/gv/pkg/INSTALL
hubertf 4bab62d9fa PostScript and PDF previewer.
Taken from FreeBSD.
1997-12-29 02:38:27 +00:00

9 lines
258 B
Text

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