Sync update-ca-certificates-dsa with stretch update-ca-certificates
authorPaul Wise <pabs@debian.org>
Sun, 19 Jun 2016 03:02:58 +0000 (11:02 +0800)
committerPaul Wise <pabs@debian.org>
Sun, 19 Jun 2016 03:02:58 +0000 (11:02 +0800)
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