[PATCH] Added hint that the installer can be quit with C-c after finishing

Wald Commits scm-commit at wald.intevation.org
Thu Sep 18 15:44:36 CEST 2014


# HG changeset patch
# User Sascha Wilde <wilde at intevation.de>
# Date 1411047861 -7200
# Node ID 46f025a1450c15d9615d4c8019e9ad404843a161
# Parent  22b3daa4e46465696097debf478d98c2fc483ce0
Added hint that the installer can be quit with C-c after finishing.

diff -r 22b3daa4e464 -r 46f025a1450c packaging/linux-installer.inc
--- a/packaging/linux-installer.inc	Thu Sep 18 13:29:32 2014 +0200
+++ b/packaging/linux-installer.inc	Thu Sep 18 15:44:21 2014 +0200
@@ -118,6 +118,7 @@
 
   echo "#################################################################################"
   getxt "Press enter to launch '%s'\n" "${instcfg[PREFIX]}/bin/trustbridge"
+  getxt "or press Control-C to quit the installer.\n"
   if [ $UPDATE -eq 0 ]; then
     read
     $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" &
diff -r 22b3daa4e464 -r 46f025a1450c packaging/linux-installer.l10n-de
--- a/packaging/linux-installer.l10n-de	Thu Sep 18 13:29:32 2014 +0200
+++ b/packaging/linux-installer.l10n-de	Thu Sep 18 15:44:21 2014 +0200
@@ -38,6 +38,7 @@
   ["call the deinstall command:\n"]="rufen Sie den De-Installationsbefehl auf:\n"
   ["checking for uudecode ...\n"]="Prüfe uudecode ...\n"
   ["creating installation directory ...\n"]="lege das Installations-Verzeichnis an ...\n"
+  ["or press Control-C to quit the installer.\n"]="oder Drücken sie Strg-C um den Installer zu beenden.\n"
   ["to update the current installation.\n"]="um die vorhandene Installation zu aktualisieren.\n"
   ["unpacking files ...\n"]="Entpacke Dateien ...\n"
 )


More information about the Trustbridge-commits mailing list