Enable sddm when Plasma5 sddm-kcm is checked
This commit is contained in:
parent
fb4806b0e5
commit
ba03057976
1 changed files with 7 additions and 6 deletions
|
@ -26,11 +26,12 @@ done
|
|||
|
||||
instpkg "$pkg" "$aurpkg"
|
||||
|
||||
case $sel in
|
||||
'"sddm-kcm"')
|
||||
svcenable sddm
|
||||
;;
|
||||
esac
|
||||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
'"sddm-kcm"')
|
||||
svcenable sddm
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue