diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-28 15:06:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-28 15:06:34 +0000 |
commit | 7d93c4a8f5e1249cf09008acfcc6f369bd1708d1 (patch) | |
tree | e6dc70786dbe3859d503302a86e373ccf34bb735 /print/mgv/pkg-install | |
parent | Activate unpost port. (diff) |
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>
Diffstat (limited to 'print/mgv/pkg-install')
-rw-r--r-- | print/mgv/pkg-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/mgv/pkg-install b/print/mgv/pkg-install new file mode 100644 index 000000000000..2d7c72fb0528 --- /dev/null +++ b/print/mgv/pkg-install @@ -0,0 +1,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 |