summarylogtreecommitdiffstats
path: root/gt-s600.install
diff options
context:
space:
mode:
Diffstat (limited to 'gt-s600.install')
-rw-r--r--gt-s600.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/gt-s600.install b/gt-s600.install
index 7672e0e25317..9a9966b7b4e3 100644
--- a/gt-s600.install
+++ b/gt-s600.install
@@ -1,11 +1,11 @@
post_install() {
echo "Running iscan-registry to register plugins and firmware with iscan"
iscan-registry -a interpreter usb 0x04b8 0x012d \
- /usr/lib/iscan/libesint66 /usr/share/iscan/esfw66.bin
+ /usr/lib/iscan/libesint66 /usr/share/iscan/esfw66.bin
}
pre_remove() {
echo "Unregistering gt-s600 plugins/firmware"
iscan-registry -r interpreter usb 0x04b8 0x012d \
- /usr/lib/iscan/libesint66 /usr/share/iscan/esfw66.bin
+ /usr/lib/iscan/libesint66 /usr/share/iscan/esfw66.bin
}