From 95f40a04d62e51ac8b426c799aade6a815e9dd7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 30 Nov 2008 11:37:06 +0100 Subject: Updating lxde-desktop support. --- functions/defaults.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 3636c219d..0469ca04b 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" -- cgit v1.2.3