summarylogtreecommitdiffstats
path: root/iscan-plugin-perfection-v370.install
blob: 33ddca0b135c662c3b9f6e3ce0fa8133f54d8846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "Running iscan-registry to register V370 plugins and firmware with iscan"
  iscan-registry --add interpreter usb 0x04b8 0x014a \
    /usr/lib64/iscan/libiscan-plugin-perfection-v370 \
    /usr/share/iscan/esfwdd.bin 
}

pre_remove() {
  echo "Unregistering V370 plugins/firmware"
  iscan-registry --remove interpreter usb 0x04b8 0x014a \
    /usr/lib64/iscan/libiscan-plugin-perfection-v370 \
    /usr/share/iscan/esfwdd.bin 
}