Mercurial > trustbridge
changeset 1123:425a9a861d17
(issue54) Remove showafterupdate option from linux installer
The Application itself now handles if it should be shown
after an update.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 17 Sep 2014 12:11:31 +0200 |
parents | 4a17c9f977d0 |
children | fd2194295218 |
files | packaging/linux-installer.inc.in |
diffstat | 1 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/linux-installer.inc.in Wed Sep 17 12:10:50 2014 +0200 +++ b/packaging/linux-installer.inc.in Wed Sep 17 12:11:31 2014 +0200 @@ -46,7 +46,6 @@ SYSINST=0 DEINSTALL=0 UPDATE=0 -SHOWAFTERUPDATE=0 BINNAMES="###BINNAMES###" ICONNAME="###ICONNAME###" HELPNAMES="###HELPNAMES###" @@ -184,10 +183,6 @@ UPDATE=1 shift 1 ;; - --show-after-update) - SHOWAFTERUPDATE=1 - shift 1 - ;; --help) usage 0 ;; @@ -260,11 +255,7 @@ read $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" & else - if [ $SHOWAFTERUPDATE -eq 0 ]; then - $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" --tray & - else - $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" & - fi + $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" --tray & fi }