freebsd-ports/print/mgv/pkg-install
Steve Price 7d93c4a8f5 Initial import of mgv-2.3.1.
A PostScript and PDF previewer that uses the Motif widget set.

PR:		5915
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-03-28 15:06:34 +00:00

9 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