summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-25 20:29:19 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-25 20:29:19 +0200
commite674362484d8fdb81940f0284e021d2ceb4dc3ca (patch)
tree284195395dc9dbfe56eaf0de4e6771ce2d8c0a09 /bin/chroot-installation.sh
parent06086d3c122444d080ad093b93890acaf29737a2 (diff)
downloadjenkins.debian.net-e674362484d8fdb81940f0284e021d2ceb4dc3ca.tar.xz
chroot-installation: add support for parl-desktop…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 52c4fe4b..89c87c83 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -270,6 +270,8 @@ if [ "$2" != "" ] ; then
;;
education*) install_packages "Debian Edu task" $2
;;
+ parl-desktop*) install_packages "Debian Parl package" $2
+ ;;
*) echo "unsupported component."
exit 1
;;