forked from pool/pam-config
- Add triggerun script: update config if pam-modules is removed
[bsc#1088863] OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=89
This commit is contained in:
parent
283a2d2d9a
commit
135c4f6c6a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 13:50:25 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Add triggerun script: update config if pam-modules is removed
|
||||||
|
[bsc#1088863]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 23 12:36:32 UTC 2018 - kukuk@suse.com
|
Fri Feb 23 12:36:32 UTC 2018 - kukuk@suse.com
|
||||||
|
|
||||||
|
@ -76,6 +76,10 @@ if [ $1 = 0 ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%triggerun -- pam-modules
|
||||||
|
[ $2 = 0 ] || exit 0
|
||||||
|
pam-config --debug --update ||:
|
||||||
|
|
||||||
%files -f pam-config.lang
|
%files -f pam-config.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_sbindir}/pam-config
|
%{_sbindir}/pam-config
|
||||||
|
Loading…
Reference in New Issue
Block a user