summarylogtreecommitdiffstats
path: root/iscan-plugin-gt-f720.install
blob: 364dce791ac71b5cf8b38c9977e00178f40f22c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "Running iscan-registry to register plugins and firmware with iscan"
  iscan-registry --add interpreter usb 0x04b8 0x0131 \
    /usr/lib/iscan/libesci-interpreter-gt-f720 \
    /usr/share/esci/esfw8b.bin 
}

pre_remove() {
  echo "Unregistering gt-x700 plugins/firmware"
  iscan-registry --remove interpreter usb 0x04b8 0x0131 \
    /usr/lib/iscan/libesci-interpreter-gt-f720 \
    /usr/share/esci/esfw8b.bin 
}