summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Orefice2015-09-30 21:14:48 +0200
committerAntonio Orefice2015-09-30 21:14:48 +0200
commitf7d403e834474ca06346daf0735f3edc8277454b (patch)
tree096d0a2400b89537f2c7ecf9ba13ef5b64249d3c
parent6464388781fe4fda2cf4c604901d63001e76b97a (diff)
downloadaur-f7d403e834474ca06346daf0735f3edc8277454b.tar.gz
wrong install file
-rw-r--r--kingbash-gb.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/kingbash-gb.install b/kingbash-gb.install
index 4ffd3eb6a890..93d333dee0ef 100644
--- a/kingbash-gb.install
+++ b/kingbash-gb.install
@@ -10,8 +10,8 @@ post_install() {
echo ' }'
echo ''
echo ' if [ "$DISPLAY" != "" ]; then'
- echo ' #bind -x \'"\C-e": kingbash.gb\' #for Use with Ctrl-e'
- echo ' bind -x \'"\t": kingbash.gb\' #for Use with Tab'
+ echo " #bind -x '\"\C-e\": kingbash.gb' #for Use with Ctrl-e"
+ echo " bind -x '\"\t\": kingbash.gb' #for Use with Tab"
echo ' fi'
echo ''
echo ''
@@ -32,8 +32,8 @@ post_upgrade() {
echo ' }'
echo ''
echo ' if [ "$DISPLAY" != "" ]; then'
- echo ' #bind -x \'"\C-e": kingbash.gb\' #for Use with Ctrl-e'
- echo ' bind -x \'"\t": kingbash.gb\' #for Use with Tab'
+ echo " #bind -x '\"\C-e\": kingbash.gb' #for Use with Ctrl-e"
+ echo " bind -x '\"\t\": kingbash.gb' #for Use with Tab"
echo ' fi'
echo ''
echo ''