SHA256
1
0
forked from pool/fetchmail

Accepting request 260502 from home:Ledest:misc

fix bashism in postun script

OBS-URL: https://build.opensuse.org/request/show/260502
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=56
This commit is contained in:
Stefan Seyfried 2014-11-25 07:57:58 +00:00 committed by Git OBS Bridge
parent b43dbdfffa
commit 80437e4ec8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 09 03:40:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in postun script
-------------------------------------------------------------------
Wed May 21 09:51:34 UTC 2014 - jsegitz@novell.com

View File

@ -171,7 +171,7 @@ chmod 0600 var/log/fetchmail
%else
%{insserv_cleanup}
%endif
if [ $1 == 0 ]; then
if [ $1 = 0 ]; then
rm -rf var/lib/fetchmail
fi