diff options
-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 160725c7297..9cf7110194f 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -13,6 +13,9 @@ # (email Rolf Niepraschk) # - merge tlmgrgui into tlmgr to reduce re-loading of tlpdb again and again # and reuse the install function +# - move the remove_package function into TLPDB.pm, so that the remove_package +# from TLPDB actually removes the files, too. Maybe some better names +# are necessary. my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; |