Plasma: Remove kwallet-pam from complement

This commit is contained in:
MatMoul 2020-04-05 23:19:10 +02:00
parent b66bb17411
commit ebfab00a0c

View file

@ -2,7 +2,6 @@
. ./lib
options=()
options+=("kwallet-pam" "" on)
options+=("partitionmanager" "" on)
options+=("gnome-keyring" "" on)
options+=("qt5-multimedia" "" on)
@ -26,13 +25,4 @@ done
instpkg "$pkg" "$aurpkg"
for itm in $sel; do
case $itm in
'"kwallet-pam"')
sed -i '/auth/a auth optional pam_kwallet5.so' /etc/pam.d/sddm
sed -i '/session/a session optional pam_kwallet5.so' /etc/pam.d/sddm
;;
esac
done
exit 0