Revert "[scripts] Use lightdm-plymouth for testing"

This reverts commit 1096b3146d.
This commit is contained in:
Joost Ruis
2015-05-30 20:15:18 +02:00
parent 8771ba80bb
commit a17539e4fa
@@ -99,7 +99,7 @@ setup_displaymanager() {
elif [ -n "$(equo match --installed lxde-base/lxdm -qv)" ]; then
sd_enable lxdm
elif [ -n "$(equo match --installed x11-misc/lightdm-base -qv)" ]; then
sd_enable lightdm-plymouth
sd_enable lightdm
elif [ -n "$(equo match --installed kde-base/kdm -qv)" ]; then
sd_enable kdm
else