Dominique Leuenberger 2015-01-30 05:11:35 +00:00 committed by Git OBS Bridge
commit 2f8d6f28d6
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