updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / iscan-plugin-gt-s600 / gt-s600.install
blob75f28a43e2d69b0912934ecca887f6573c6b8a45
1 post_install() {
2   echo "Running iscan-registry to register plugins and firmware with iscan"
3   if [ -d /usr/lib64 ] ; then
4     iscan-registry -a interpreter usb 0x04b8 0x012d /usr/lib64/iscan/libesint66 /usr/share/iscan/esfw66.bin
5   else
6     iscan-registry -a interpreter usb 0x04b8 0x012d /usr/lib/iscan/libesint66 /usr/share/iscan/esfw66.bin
7   fi
10 pre_remove() {
11   echo "Unregistering gt-f600 plugins/firmware"
12   if [ -d /usr/lib64 ] ; then
13     iscan-registry -r interpreter usb 0x04b8 0x012d /usr/lib64/iscan/libesint66 /usr/share/iscan/esfw66.bin
14   else
15     iscan-registry -r interpreter usb 0x04b8 0x012d /usr/lib/iscan/libesint66 /usr/share/iscan/esfw66.bin
16   fi