summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-08-09 08:10:20 +0000
committerNorbert Preining <preining@logic.at>2008-08-09 08:10:20 +0000
commite59c76b187f8dc1b6bd73184f9435cd803662009 (patch)
treefcfafb5ffb71cb2bde20f753f0c14a69d65cf801 /Master
parent065574ce5ce642e69b4d13830f3d40e048a30ec2 (diff)
add a todo for tlmgr
git-svn-id: svn://tug.org/texlive/trunk@10205 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl3
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]+) /;