summaryrefslogtreecommitdiffstats
path: root/extra/cups-pdf/cups-pdf.install
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2009-11-21 16:07:32 +0100
committersibel <lesibel@free.fr>2009-11-21 16:07:32 +0100
commit82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405 (patch)
tree6714a3b75e765067b0edd7d787de45974a71f497 /extra/cups-pdf/cups-pdf.install
parenta7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3 (diff)
downloadnutyx-pakxe-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.tar.gz
nutyx-pakxe-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.tar.bz2
nutyx-pakxe-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.tar.xz
nutyx-pakxe-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.zip
Ajout de cups-pdf#2.5.0-1
Diffstat (limited to 'extra/cups-pdf/cups-pdf.install')
-rw-r--r--extra/cups-pdf/cups-pdf.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/cups-pdf/cups-pdf.install b/extra/cups-pdf/cups-pdf.install
new file mode 100644
index 000000000..0ef82189a
--- /dev/null
+++ b/extra/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 $*