diff options
Diffstat (limited to 'extra/cups-pdf/cups-pdf.install')
-rw-r--r-- | extra/cups-pdf/cups-pdf.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/cups-pdf/cups-pdf.install b/extra/cups-pdf/cups-pdf.install deleted file mode 100644 index 0ef82189a..000000000 --- a/extra/cups-pdf/cups-pdf.install +++ /dev/null @@ -1,20 +0,0 @@ -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 $* |