summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-09 13:27:05 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-09 13:27:05 +0200
commit0f3a5c04d4234ea736eda11e6792403419a29c17 (patch)
treec8162d48dd6e554ee2cad04a0bcb9088ebc4f93e /bin/chroot-installation.sh
parent229889c7c91867fa1963cd4f530553126240d2c0 (diff)
downloadjenkins.debian.net-0f3a5c04d4234ea736eda11e6792403419a29c17.tar.xz
chroot-installs: add tests for lxqt
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, 3 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 4f0305b9..e2e467a0 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -217,7 +217,7 @@ esac
bootstrap $DISTRO
if [ "$2" != "" ] ; then
- FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel cups build-essential devscripts wine texlive-full asciidoc vim emacs"
+ FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde lxqt vlc evince iceweasel cups build-essential devscripts wine texlive-full asciidoc vim emacs"
case $2 in
none) ;;
gnome) install_packages gnome gnome desktop-base
@@ -232,6 +232,8 @@ if [ "$2" != "" ] ; then
;;
lxde) install_packages lxde lxde desktop-base
;;
+ lxqt) install_packages lxqt lxqt desktop-base
+ ;;
qt4) install_binary_packages qt4 qt4-x11 qtwebkit
;;
qt5) # qt5 is >=jessie…