mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
20 lines
490 B
Text
20 lines
490 B
Text
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 $*
|