summaryrefslogtreecommitdiff
path: root/print/ghostview/pkg-install
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-14 09:13:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-14 09:13:16 +0000
commit75a9e1beaa12bbf61f88db9a68ae4abb619967ed (patch)
tree5be6284597bc58f7874ab9d784cd27f5c080c829 /print/ghostview/pkg-install
parentMove $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :). (diff)
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.
Notes
Notes: svn path=/head/; revision=5354
Diffstat (limited to 'print/ghostview/pkg-install')
-rw-r--r--print/ghostview/pkg-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/print/ghostview/pkg-install b/print/ghostview/pkg-install
new file mode 100644
index 000000000000..2d7c72fb0528
--- /dev/null
+++ b/print/ghostview/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