Remove KDM from Display Managers
This commit is contained in:
parent
8eac8258e7
commit
f67565d331
1 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
. ./lib
|
||||
|
||||
options=()
|
||||
options+=("kdm" "KDE Login")
|
||||
options+=("gdm" "Gnome Login")
|
||||
options+=("sddm" "QT5 Login")
|
||||
options+=("lxdm" "LXDE Login")
|
||||
|
@ -20,10 +19,6 @@ fi
|
|||
sed -i "/^defaultitem=/c\defaultitem=\"$sel\"" $0
|
||||
|
||||
case $sel in
|
||||
"kdm")
|
||||
instpkg kdebase-workspace
|
||||
svcenable kdm
|
||||
;;
|
||||
"gdm")
|
||||
instpkg gdm
|
||||
svcenable gdm
|
||||
|
|
Loading…
Reference in a new issue