summaryrefslogtreecommitdiff
path: root/print/gv/pkg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/pkg/INSTALL')
-rw-r--r--print/gv/pkg/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/print/gv/pkg/INSTALL b/print/gv/pkg/INSTALL
new file mode 100644
index 00000000000..2d7c72fb052
--- /dev/null
+++ b/print/gv/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