diff options
Diffstat (limited to 'hpoj/hpoj.install')
-rw-r--r-- | hpoj/hpoj.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hpoj/hpoj.install b/hpoj/hpoj.install new file mode 100644 index 000000000..acce9b033 --- /dev/null +++ b/hpoj/hpoj.install @@ -0,0 +1,7 @@ +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 +} |