diff options
Diffstat (limited to 'print/gv/pkg/INSTALL')
-rw-r--r-- | print/gv/pkg/INSTALL | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/gv/pkg/INSTALL b/print/gv/pkg/INSTALL deleted file mode 100644 index fb701934ed6..00000000000 --- a/print/gv/pkg/INSTALL +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.2 1998/08/07 11:11:26 agc Exp $ -# -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 |