Mercurial > trustbridge
comparison packaging/linux-installer.inc.in @ 1112:d619507d9e9f
linux-installer: (issue109) Text slightly improved.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 16 Sep 2014 10:43:14 +0200 |
parents | 7e1fd6d96714 |
children | 425a9a861d17 db43c9a62935 |
comparison
equal
deleted
inserted
replaced
1111:9749f6f98189 | 1112:d619507d9e9f |
---|---|
248 getxt "Single user installation successful.\n" | 248 getxt "Single user installation successful.\n" |
249 RUNCMD="" | 249 RUNCMD="" |
250 fi | 250 fi |
251 getxt "TrustBridge has been installed to: '%s'\n\n" "${instcfg[PREFIX]}" | 251 getxt "TrustBridge has been installed to: '%s'\n\n" "${instcfg[PREFIX]}" |
252 | 252 |
253 getxt "To remove the application and the root certificates it has inserted," | 253 getxt "To remove the application and the root certificates it has inserted,\n" |
254 getxt "call the deinstall command:" | 254 getxt "call the deinstall command:\n" |
255 echo " $RUNCMD ${instcfg[PREFIX]}/bin/trustbridge-deinstall-TODO.sh" | 255 echo " $RUNCMD ${instcfg[PREFIX]}/bin/trustbridge-deinstall-TODO.sh" |
256 | 256 |
257 echo "#################################################################################" | 257 echo "#################################################################################" |
258 getxt "Press enter to launch '%s'\n" "${instcfg[PREFIX]}/bin/trustbridge" | 258 getxt "Press enter to launch '%s'\n" "${instcfg[PREFIX]}/bin/trustbridge" |
259 if [ $UPDATE -eq 0 ]; then | 259 if [ $UPDATE -eq 0 ]; then |