summaryrefslogtreecommitdiffstats
path: root/cups-pdf/cups-pdf.install
blob: 0ef82189ab1026d91a1e5a78423e1c1580c1f356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 $*