summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-22 13:59:27 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-22 13:59:27 +0100
commit9fa51a0347cf5c074175f63047660a7d3dba528c (patch)
treeee9d00ebd756ee5601065ea4ae84144be26ab066 /bin
parente2c68491d351e4b419b6837e496c465423ce29bf (diff)
downloadjenkins.debian.net-9fa51a0347cf5c074175f63047660a7d3dba528c.tar.xz
add kde depending actions
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh26
1 files changed, 25 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 6904e67f..329c674c 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -229,7 +229,7 @@ normal_action() {
# actions depending on the type of installation
#
case $NAME in
- *lxde*) case $TOKEN in
+ *lxde) case $TOKEN in
100) do_and_report key enter
;;
120) do_and_report key alt-f2
@@ -249,6 +249,30 @@ normal_action() {
*) ;;
esac
;;
+ *kde) case $TOKEN in
+ 200) do_and_report key alt-f2
+ ;;
+ 210) do_and_report type "konqueror http://www.debian.org"
+ ;;
+ 220) do_and_report key enter
+ ;;
+ 300) do_and_report key alt-f2
+ ;;
+ 310) do_and_report type konsole
+ ;;
+ 320) do_and_report key enter
+ ;;
+ 350) do_and_report type "su -c poweroff"
+ ;;
+ 360) do_and_report key enter
+ ;;
+ 370) do_and_report type r00tme
+ ;;
+ 380) do_and_report key enter
+ ;;
+ *) ;;
+ esac
+ ;;
*) ;;
esac
}