Add sddm to plasma5
This commit is contained in:
parent
3a9e4506eb
commit
57bb80cf89
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
. ./lib
|
. ./lib
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
|
options+=("sddm" "" on)
|
||||||
options+=("kmix" "" on)
|
options+=("kmix" "" on)
|
||||||
options+=("partitionmanager" "" on)
|
options+=("partitionmanager" "" on)
|
||||||
#options+=("kdesu" "" on)
|
#options+=("kdesu" "" on)
|
||||||
|
@ -38,4 +39,10 @@ done
|
||||||
|
|
||||||
instpkg "$pkg" "$aurpkg"
|
instpkg "$pkg" "$aurpkg"
|
||||||
|
|
||||||
|
for itm in $sel; do
|
||||||
|
case $itm in
|
||||||
|
"sddm") svcenable sddm;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue