Firmware directory is /lib/firmware/hp/ (Closes: #517957)
--- a/getweb.in
+++ b/getweb.in
@@ -126,7 +126,7 @@
 putfw() {
     inputname=$1
     outputname=$2
-    $ARM2HPDL $inputname > /usr/share/foo2zjs/firmware/$outputname
+    $ARM2HPDL $inputname > /lib/firmware/hp/$outputname
     rm $inputname
 }
 
--- a/hplj1000
+++ b/hplj1000
@@ -47,7 +47,7 @@
 #
 # Directory to find downloadable HP firmware files sihpMMMM.dl
 #
-FWDIR=/usr/share/foo2zjs/firmware
+FWDIR=/lib/firmware/hp
 
 #
 # Program used to determine USB printer id information
--- a/usb_printerid.1in
+++ b/usb_printerid.1in
@@ -26,7 +26,7 @@
 MFG:Hewlett-Packard;MDL:HP LaserJet 1020;CMD:ACL;CLS:PRINTER;\e
 DES:HP LaserJet 1020;
 
-# cp /usr/share/foo2zjs/firmware/sihp1020.dl /dev/usb/lp0
+# cp /lib/firmware/hp/sihp1020.dl /dev/usb/lp0
 
 # usb_printerid /dev/usb/lp0
 GET_DEVICE_ID string:
@@ -37,7 +37,7 @@
 
 .SH FILES
 .BR /usr/bin/usb_printerid,
-.BR /usr/share/foo2*/firmware/*
+.BR /lib/firmware/hp/*
 .SH SEE ALSO
 .BR arm2hpdl (1)
 .SH "AUTHOR"
--- a/arm2hpdl.1in
+++ b/arm2hpdl.1in
@@ -31,7 +31,7 @@
 
 .SH FILES
 .BR /usr/bin/arm2hpdl,
-.BR /usr/share/foo2*/firmware/
+.BR /lib/firmware/hp/*
 .SH SEE ALSO
 .BR foo2zjs (1)
 .SH "AUTHOR"
