summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-09 12:37:22 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-09 12:37:22 +0200
commit8fa19d17a929f2eef84008e339eb57dc6378c81d (patch)
treee3c02332d17847e602ad53519857dc920c326468 /bin/chroot-installation.sh
parent90a2019fa5b822cd216093eef9792e52d2943a8d (diff)
downloadjenkins.debian.net-8fa19d17a929f2eef84008e339eb57dc6378c81d.tar.xz
chroot-installs: dont try to install education-lang-$XX-desktop-kde packages anymore and do install education-lang-$XX-desktop packages for more languages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 62f401b8..676b4f67 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -258,9 +258,9 @@ if [ "$2" != "" ] ; then
;;
esac
;;
- education-lang-se) install_packages "Debian Edu task" $2
+ education-lang-(da|he|ja|no|zh-tw)) install_packages "Debian Edu task" $2 $2-desktop
;;
- education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $2-desktop-kde
+ education-lang-*) install_packages "Debian Edu task" $2
;;
education*) install_packages "Debian Edu task" $2
;;