summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-03-01 14:08:42 +0000
committerNorbert Preining <preining@logic.at>2008-03-01 14:08:42 +0000
commita3313580403f891033d312b747c953bdfc1bb8c9 (patch)
treef34e9bc37e8531b0d2769574c58a8e857e5a14f2 /Master
parent1f477d2177accbeec9d1b2823489fb9db739eb05 (diff)
fix comments in uninstall-tl.pl
git-svn-id: svn://tug.org/texlive/trunk@6787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/installer/uninstall-tl.pl8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/uninstall-tl.pl b/Master/tlpkg/installer/uninstall-tl.pl
index 44d95fdab16..43bc5a2588d 100755
--- a/Master/tlpkg/installer/uninstall-tl.pl
+++ b/Master/tlpkg/installer/uninstall-tl.pl
@@ -45,9 +45,6 @@ sub main
# - (win32) remove the entry of PATHEXT
# - (unix) ... the links
if (win32()) {
- # remove any tex path and add an empty entry ... hope that does the
- # right thing
- #add_texbindir_to_path("");
remove_texbindirs_from_path();
unregister_script_type(".texlua");
broadcast_env();
@@ -56,8 +53,9 @@ sub main
# ...
# remove all the directories ... howto do that on windows ...
} else {
- # remove the links (missings, but we do not support them in the installer
- # anyway
+ # remove the links missing
+ # We have to save some information about these options into the
+ # texlive.tlpdb otherwise we will not be able to undo that
# ...
# remove all the directories
system("rm -rf \"$Master/texmf-dist\"");