Add Epson scanner plugin and utilities
[hvlinux.git] / stage5 / pkg / iscan
diff --git a/stage5/pkg/iscan b/stage5/pkg/iscan
new file mode 100644 (file)
index 0000000..efd85a6
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+hvbuild_post()
+{
+    echo "epkowa" > /etc/sane.d/dll.conf
+    echo "usb"    > /etc/sane.d/epkowa.conf
+
+    # To register your scanner, run the following command:
+    # iscan-registry --add interpreter usb 0x04b8 0x012d \
+    #     /usr/lib/libesint66 /usr/share/iscan/esfw66.bin
+}