summaryrefslogtreecommitdiffstats
path: root/install/keymap
diff options
context:
space:
mode:
Diffstat (limited to 'install/keymap')
-rw-r--r--install/keymap4
1 files changed, 1 insertions, 3 deletions
diff --git a/install/keymap b/install/keymap
index 1dc25aa..99b816a 100644
--- a/install/keymap
+++ b/install/keymap
@@ -24,9 +24,7 @@ build() {
warning "keymap: hook specified, but no KEYMAP found in configuration"
return 1
fi
- )
-
- (( $? == 0 )) && SCRIPT=keymap
+ ) && add_runscript
}
help() {