diff options
author | Erich Eckner <git@eckner.net> | 2017-09-05 08:39:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-05 08:39:23 +0200 |
commit | 764554bbe6b2249ec6c78e8d3db42200fbfe52e1 (patch) | |
tree | 2d1dd629f5118cde57612502769190a12898f45b /hpoj/hpoj.install | |
parent | 400d358a2a06a6f35a06008a892935dab866e388 (diff) | |
download | archlinuxewe-764554bbe6b2249ec6c78e8d3db42200fbfe52e1.tar.xz |
hpoj new
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 +} |