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:
parent
b43dbdfffa
commit
80437e4ec8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user