aboutsummaryrefslogtreecommitdiffstats
path: root/setup-keymap.in
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-01 17:14:14 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-03 07:42:53 +0000
commit4954634c054758d170777500a3ac1a2d7e0d6191 (patch)
tree23ed43f4abda9c11ce263476383be490638ecbab /setup-keymap.in
parentc8f5f53d2e9f578bc6abaf4d86f8b37eda9950d7 (diff)
downloadalpine-conf-4954634c054758d170777500a3ac1a2d7e0d6191.tar.bz2
alpine-conf-4954634c054758d170777500a3ac1a2d7e0d6191.tar.xz
various: use long-form apk options
Diffstat (limited to 'setup-keymap.in')
-rwxr-xr-xsetup-keymap.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup-keymap.in b/setup-keymap.in
index cf0b81e..faa68b5 100755
--- a/setup-keymap.in
+++ b/setup-keymap.in
@@ -73,15 +73,15 @@ select_variant() {
goodbye() {
if [ $was_installed -ne 0 ]; then
- apk del -q bkeymaps
+ apk del --quiet bkeymaps
fi
exit $1
}
-apk info -eq bkeymaps
+apk info --quiet --installed bkeymaps
was_installed=$?
-apk add -q bkeymaps
+apk add --quiet bkeymaps
deflayout="$1"
defvariant="$2"