add kwallet-pam in kde complements

This commit is contained in:
MatMoul 2017-02-04 23:20:44 +01:00
parent 66e9d5e5aa
commit dcea5569ba

View file

@ -2,6 +2,7 @@
. ./lib
options=()
options+=("kwallet-pam" "" on)
options+=("partitionmanager" "" on)
options+=("gnome-keyring" "" on)
options+=("breeze-kde4" "" on)
@ -25,4 +26,13 @@ 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