summarylogtreecommitdiffstats
path: root/setup.sh.in
diff options
context:
space:
mode:
authorJernuh Zakalwe2019-10-13 16:04:58 +0200
committerJernuh Zakalwe2019-10-13 16:04:58 +0200
commitc26036e9e92f0404229fe59cc91766c16a5586f5 (patch)
tree97b92f4d72093a345450295a6d4f2e4889fc329d /setup.sh.in
parent7df07f62d05bc7e6148b3c55585388fe76654a29 (diff)
downloadaur-c26036e9e92f0404229fe59cc91766c16a5586f5.tar.gz
Build scripts for small installer added.
Minor changes on build_installer.sh. Minor changes on setup.sh.in.
Diffstat (limited to 'setup.sh.in')
-rw-r--r--setup.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh.in b/setup.sh.in
index 7ea2fb6ea8dc..67ae94ceb894 100644
--- a/setup.sh.in
+++ b/setup.sh.in
@@ -145,6 +145,7 @@ if [ -d "$destdir" ] ;then
printf "\n"
read -p 'Remove EVE Online Launcher Setup? (Y/n) ' key
[ ! "x$(echo $key | tr [:upper:] [:lower:])" = "xn" ] && \
+ printf "\nRemoving...\n\n"
bootstrap_remove
else
printf "\n"