From 31fe62b728d6b5fb5765dfcc232b173db21698f3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 29 Apr 2017 14:38:44 +0200 Subject: chroot-installations: also test design-desktop* metapackages Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index fdb5c0cf..5ffa5ddc 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -272,6 +272,8 @@ if [ "$2" != "" ] ; then ;; parl-desktop*) install_packages "Debian Parl package" $2 ;; + design-desktop*) install_packages "Debian Design package" $2 + ;; *) echo "unsupported component." exit 1 ;; -- cgit v1.2.3-54-g00ecf