Accepting request 260566 from home:Ledest:misc

fix bashism in postun script

OBS-URL: https://build.opensuse.org/request/show/260566
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=139
This commit is contained in:
Jan Engelhardt 2014-12-08 22:59:07 +00:00 committed by Git OBS Bridge
parent a271d4bdca
commit c3f2b68a07
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 10 00:37:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in postun script
-------------------------------------------------------------------
Thu Oct 30 12:22:06 UTC 2014 - jengelh@inai.de

View File

@ -419,7 +419,7 @@ rm -Rf "$b/%_sysconfdir/dbus-1" "$b/%_datadir/dbus-1"
%endif
%postun
if [ "$1" == "0" ]; then
if [ "$1" = "0" ]; then
"%_sbindir/pam-config" -d --sss || :;
fi;
/sbin/ldconfig