From a3313580403f891033d312b747c953bdfc1bb8c9 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 1 Mar 2008 14:08:42 +0000 Subject: fix comments in uninstall-tl.pl git-svn-id: svn://tug.org/texlive/trunk@6787 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/uninstall-tl.pl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Master') 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\""); -- cgit v1.2.3