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