diff options
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index df254f4c82d..cf5ff9e5aab 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1027,6 +1027,9 @@ sub action_update { next; } elsif ($newpkgs{$pkg}) { # do nothing here, it will be reported below! + } elsif (defined($removals{$pkg})) { + # do nothing, this package has been removed due to server removal + # so don't warn here } else { tlwarn("\nShould not happen, please report: " . "$pkg mentioned, but neither new nor forcibly removed\n"); |