Accepting request 262937 from server:mail
1 OBS-URL: https://build.opensuse.org/request/show/262937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fetchmail?expand=0&rev=62
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user