diff options
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 2fef8a83e49..70c42bd0e83 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7298,6 +7298,12 @@ If the package on the server is older than the package already installed (e.g., if the selected mirror is out of date), C<tlmgr> does not downgrade. Also, packages for uninstalled platforms are not installed. +C<tlmgr> saves a copy of the C<texlive.tlpdb> file used for an update +with a suffix representing the repository url, as in +C<tlpkg/texlive.tlpdb.>I<long-hash-string>. These can be useful for +fallback information, but if you don't like them accumulating (e.g., +on each run C<mirror.ctan.org> might resolve to a new host, resulting in +a different hash), it's harmless to delete them. =head1 USER MODE |