add kwallet-pam in kde complements
This commit is contained in:
parent
66e9d5e5aa
commit
dcea5569ba
1 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
. ./lib
|
. ./lib
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
|
options+=("kwallet-pam" "" on)
|
||||||
options+=("partitionmanager" "" on)
|
options+=("partitionmanager" "" on)
|
||||||
options+=("gnome-keyring" "" on)
|
options+=("gnome-keyring" "" on)
|
||||||
options+=("breeze-kde4" "" on)
|
options+=("breeze-kde4" "" on)
|
||||||
|
@ -25,4 +26,13 @@ done
|
||||||
|
|
||||||
instpkg "$pkg" "$aurpkg"
|
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
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue