summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-30 11:37:06 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:45 +0100
commit95f40a04d62e51ac8b426c799aade6a815e9dd7b (patch)
tree4ad7f41bcd80753ce95c33c1993a991e5be75c0a /functions
parentd7c4506eceb1ca15635b3b7a2c2aee0719d63462 (diff)
downloadlive-build-95f40a04d62e51ac8b426c799aade6a815e9dd7b.zip
live-build-95f40a04d62e51ac8b426c799aade6a815e9dd7b.tar.gz
Updating lxde-desktop support.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 3636c21..0469ca0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -483,6 +483,11 @@ Set_defaults ()
LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|kde-desktop||' -e 's|desktop||') standard laptop kde-desktop desktop"
;;
+ lxde-desktop)
+ LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
+ LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|lxde-desktop||' -e 's|desktop||') standard laptop lxde-desktop desktop"
+ ;;
+
xfce-desktop)
LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|xfce-desktop||' -e 's|desktop||') standard laptop xfce-desktop desktop"