PKGBUILDs/extra/hpoj/hpoj.install

12 lines
283 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
cat << EOF
==> To get the HP-Officejet working run as root: ptal-init setup
==> Add ptal-init to /etc/rc.conf daemon list and place it before cups is started!
==> To access scanner enable in /etc/sane.d/dll.conf hpoj line.
EOF
}
post_upgrade() {
post_install $1
}