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:
parent
011a67030e
commit
891608abd1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user