diff options
author | sibel <lesibel@free.fr> | 2009-11-21 16:07:32 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 16:07:32 +0100 |
commit | 82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405 (patch) | |
tree | 6714a3b75e765067b0edd7d787de45974a71f497 /extra/cups-pdf/cups-pdf.install | |
parent | a7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3 (diff) | |
download | nutyx-extra-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.tar.gz nutyx-extra-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.tar.bz2 nutyx-extra-82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405.tar.xz nutyx-extra-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.install | 20 |
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 $* |