Accepting request 260305 from home:Ledest:misc

fix bashism in postun script

OBS-URL: https://build.opensuse.org/request/show/260305
OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates?expand=0&rev=61
This commit is contained in:
Marcus Meissner 2014-11-11 10:30:49 +00:00 committed by Git OBS Bridge
parent 011a67030e
commit 891608abd1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 08 04:32:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in postun script
-------------------------------------------------------------------
Tue Aug 5 11:09:24 UTC 2014 - lnussel@suse.de

View File

@ -137,7 +137,7 @@ update-ca-certificates -f || true
%postun
if [ "$1" -eq 0 ]; then
rm -rf /var/lib/ca-certificates/{pem,openssl}
rm -rf /var/lib/ca-certificates/pem /var/lib/ca-certificates/openssl
fi
%clean