summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\"");