Also using gdm legacy hack on xfce-desktop default images.

This commit is contained in:
Daniel Baumann 2010-09-28 14:58:13 +02:00
parent 5a25c98784
commit 0f72856a5e
1 changed files with 2 additions and 1 deletions

View File

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