Remove lxde test on LB_TASKS for gdm so we now get gdm3.

This commit is contained in:
Richard Nelson 2011-07-04 18:40:44 -05:00
parent a750adb2c6
commit ecd8dca2ba
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ Create_lockfile .lock
case "${LB_PARENT_DISTRIBUTION}" in
squeeze|wheezy|sid)
if echo "${LB_TASKS}" | grep -qs lxde ||
echo "${LB_TASKS}" | grep -qs xfce
if echo "${LB_TASKS}" | grep -qs xfce
then
GDM="gdm"
else