summarylogtreecommitdiffstats
path: root/gt-x820.install
diff options
context:
space:
mode:
authorChris Severance2017-07-13 16:23:44 -0400
committerChris Severance2017-07-13 16:23:44 -0400
commitdf925d3e8925a193f4a241cab5ddc517cff985fd (patch)
treef676bb9876b3ea22f6f5ce8eef49ea2bf5fb3657 /gt-x820.install
parent358f06a381f8873353c22b0fd92604e79c7b6bc6 (diff)
downloadaur-df925d3e8925a193f4a241cab5ddc517cff985fd.tar.gz
Modernize PKGBUILD
Diffstat (limited to 'gt-x820.install')
-rw-r--r--gt-x820.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/gt-x820.install b/gt-x820.install
index a5f9f75f40b5..32aa1874ab04 100644
--- a/gt-x820.install
+++ b/gt-x820.install
@@ -1,9 +1,9 @@
post_install() {
- echo "Running iscan-registry to register plugins and firmware with iscan"
- iscan-registry -a interpreter usb 0x04b8 0x013a /usr/lib/iscan/libesintA1 /usr/share/iscan/esfwA1.bin
+ 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"
- iscan-registry -r interpreter usb 0x04b8 0x013a /usr/lib/iscan/libesintA1 /usr/share/iscan/esfwA1.bin
+ echo 'Unregistering gt-x820 plugins/firmware with iscan'
+ iscan-registry -r 'interpreter' 'usb' '0x04b8' '0x013a' '/usr/lib/iscan/libesintA1' '/usr/share/iscan/esfwA1.bin'
}