summarylogtreecommitdiffstats
path: root/iscan-plugin-gt-f700.install
diff options
context:
space:
mode:
Diffstat (limited to 'iscan-plugin-gt-f700.install')
-rw-r--r--iscan-plugin-gt-f700.install8
1 files changed, 2 insertions, 6 deletions
diff --git a/iscan-plugin-gt-f700.install b/iscan-plugin-gt-f700.install
index f042e0958d12..0b0bfd545144 100644
--- a/iscan-plugin-gt-f700.install
+++ b/iscan-plugin-gt-f700.install
@@ -1,13 +1,9 @@
post_install() {
echo "Registering iscan plugins and firmwares"
- iscan-registry --add interpreter usb 0x04b8 0x012f \
- /usr/lib/iscan/libesint68 \
- /usr/share/iscan/esfw68.bin
+ iscan-registry --add interpreter usb 0x04b8 0x012f /usr/lib/iscan/libesint68 /usr/share/iscan/esfw68.bin
}
pre_remove() {
echo "Unregistering iscan plugins and firmwares"
- iscan-registry --remove interpreter usb 0x04b8 0x012f \
- /usr/lib/iscan/libesint68 \
- /usr/share/iscan/esfw68.bin
+ iscan-registry --remove interpreter usb 0x04b8 0x012f /usr/lib/iscan/libesint68 /usr/share/iscan/esfw68.bin
}