summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2012-10-06 11:25:13 +0200
committerPeter Hofmann2012-10-06 11:25:13 +0200
commit0e579e87fed6852bfc28082f042718e9a2535e14 (patch)
tree8b1221ba2a4d90a2b2f29b111d47c8d5feb94900
parent15e953b84d51ee058ceeb0254610d51fe95637e5 (diff)
downloadaur-0e579e87fed6852bfc28082f042718e9a2535e14.tar.gz
Install script: Indentation.
-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
}