PKGBUILDs/extra/hpoj/hpoj.install
2009-10-09 21:23:22 -05:00

11 lines
283 B
Text

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
}