summaryrefslogtreecommitdiffstats
path: root/cups-pdf/cups-pdf.install
diff options
context:
space:
mode:
Diffstat (limited to 'cups-pdf/cups-pdf.install')
-rw-r--r--cups-pdf/cups-pdf.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/cups-pdf/cups-pdf.install b/cups-pdf/cups-pdf.install
new file mode 100644
index 000000000..0ef82189a
--- /dev/null
+++ b/cups-pdf/cups-pdf.install
@@ -0,0 +1,20 @@
+post_install() {
+ cat << "EOF"
+-------------------------------------------------
+To use cups-pdf, restart cups and visit the cups
+web interface at http://localhost:631/
+
+You can now add a "Virtual Printer (PDF Printer)"
+and use the Postscript/Generic postscript color
+printer driver.
+
+Note that cups-pdf has a configuration
+file in /etc/cups. The default location for
+pdf output is /var/spool/cups-pdf/$username.
+-------------------------------------------------
+EOF
+}
+
+op=$1
+shift
+$op $*