diff --git a/install/desktop/plasma5/complements b/install/desktop/plasma5/complements index ea6b623..44405e5 100644 --- a/install/desktop/plasma5/complements +++ b/install/desktop/plasma5/complements @@ -2,7 +2,6 @@ . ./lib options=() -options+=("sddm" "" on) options+=("kmix" "" on) options+=("partitionmanager" "" on) #options+=("kdesu" "" on) @@ -39,10 +38,4 @@ done instpkg "$pkg" "$aurpkg" -for itm in $sel; do - case $itm in - "sddm") svcenable sddm;; - esac -done - exit 0