forked from pool/ca-certificates
Accepting request 260829 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/260829 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates?expand=0&rev=35
This commit is contained in:
commit
a7e3501ca1
@ -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
|
Tue Aug 5 11:09:24 UTC 2014 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ update-ca-certificates -f || true
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ "$1" -eq 0 ]; then
|
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
|
fi
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user