updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / iscan-plugin-cx4400 / iscan-plugin-cx4400.install
blob37a2363fcb32c4010cf53b8824aaf84bd4cce94f
1 post_install() {
2   cat <<-EOF
3         Configuration hints:
5         - Make sure 'epkowa' is an uncommented line in /etc/sane.d/dll.conf
6         - Add to /etc/sane.d/epkowa.conf a line like the following:
8         interpreter usb 0x04b8 0x083f /usr/lib/iscan/libesint7E
9         
10   - where:
11         0x04b8 being Epson's vendor ID
12         0x083f being the scanner's product ID (see output of 'sane-find-scanner')
13         /usr/lib/iscan/libesint7E being the proprietary shared object file provided by iscan-plugin-cx4400
14         EOF
17 post_install
19 # vim:set ts=2 sw=2 et: