aboutsummaryrefslogtreecommitdiffstats
path: root/main/ca-certificates/ca-certificates.post-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'main/ca-certificates/ca-certificates.post-deinstall')
-rw-r--r--main/ca-certificates/ca-certificates.post-deinstall5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/ca-certificates/ca-certificates.post-deinstall b/main/ca-certificates/ca-certificates.post-deinstall
index ead634716c2..10d219f03f5 100644
--- a/main/ca-certificates/ca-certificates.post-deinstall
+++ b/main/ca-certificates/ca-certificates.post-deinstall
@@ -1,7 +1,6 @@
#!/bin/sh
-# clean up broken symlinks and ca-certificates.crt store
-find -L /etc/ssl/certs -maxdepth 1 \( -type l -o -name ca-certificates.crt \) \
- -delete
+# clean up broken symlinks store
+find -L /etc/ssl/certs -maxdepth 1 -type l -delete
rmdir /etc/ssl/certs 2>/dev/null || true