diff options
Diffstat (limited to 'harmony/ca-certificates/ca-certificates.post-deinstall')
-rw-r--r-- | harmony/ca-certificates/ca-certificates.post-deinstall | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/harmony/ca-certificates/ca-certificates.post-deinstall b/harmony/ca-certificates/ca-certificates.post-deinstall deleted file mode 100644 index ead634716..000000000 --- a/harmony/ca-certificates/ca-certificates.post-deinstall +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 -rmdir /etc/ssl/certs 2>/dev/null || true - |