Sync update-ca-certificates-dsa with stretch update-ca-certificates
[mirror/dsa-puppet.git] / modules / ssl / files / update-ca-certificates-dsa
index bf26ec3..2f1dce8 100755 (executable)
@@ -121,7 +121,7 @@ if [ "$fresh" = 1 ]; then
   find . -type l -print | while read symlink
   do
     case $(readlink "$symlink") in
-      $CERTSDIR*) rm -f "$symlink";;
+      $CERTSDIR*|$LOCALCERTSDIR*) rm -f $symlink;;
     esac
   done
   find . -type l -print | while read symlink