SHA256
1
0
forked from pool/pam-config

Accepting request 265120 from home:Ledest:bashisms

fix bashism in postun script

OBS-URL: https://build.opensuse.org/request/show/265120
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=74
This commit is contained in:
Thorsten Kukuk 2015-01-28 10:34:37 +00:00 committed by Git OBS Bridge
parent 3756712a68
commit ca54cac08a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 13 22:39:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in postun script
-------------------------------------------------------------------
Wed Nov 12 14:33:26 CET 2014 - kukuk@suse.de

View File

@ -60,7 +60,7 @@ else
fi
%postun
if [ $1 == 0 ]; then
if [ $1 = 0 ]; then
# Deinstall
dir=/etc/security
for conf in pam_unix2.conf pam_pwcheck.conf ; do