From 4d89c35fd35e7822e0e3f0063c5d699aa36c2368 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 7 Apr 2017 17:28:31 +0200 Subject: chroot-installation: also test eductation-lang-* metapackages Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index f9bb3af0..da4622f5 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -264,6 +264,10 @@ if [ "$2" != "" ] ; then ;; esac ;; + education-lang-se) install_packages "Debian Edu task" $2 + ;; + education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $-desktop-kde + ;; education*) install_packages "Debian Edu task" $2 ;; *) echo "unsupported component." -- cgit v1.2.3-54-g00ecf