Plasma: Remove kwallet-pam from complement
This commit is contained in:
parent
b66bb17411
commit
ebfab00a0c
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue