summarylogtreecommitdiffstats
path: root/iscan-plugin-cx4400.install
blob: 3611587fdb6b2d8e453e667023edd8ae288bdf64 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "Registering iscan plugins and firmwares"
  iscan-registry --add interpreter usb 0x04b8 0x083f \
    /usr/lib/iscan/libesint7E
}

pre_remove() {
  echo "Unregistering iscan plugins and firmwares"
  iscan-registry --remove interpreter usb 0x04b8 0x083f \
    /usr/lib/iscan/libesint7E
}