summarylogtreecommitdiffstats
path: root/gt-x820.install
blob: 32aa1874ab040dd9adc0bb60536a47e3fefe3374 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo 'Registering gt-x820 plugins/firmware with iscan'
  iscan-registry -a 'interpreter' 'usb' '0x04b8' '0x013a' '/usr/lib/iscan/libesintA1' '/usr/share/iscan/esfwA1.bin'
}

pre_remove() {
  echo 'Unregistering gt-x820 plugins/firmware with iscan'
  iscan-registry -r 'interpreter' 'usb' '0x04b8' '0x013a' '/usr/lib/iscan/libesintA1' '/usr/share/iscan/esfwA1.bin'
}