summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/uninstall-tl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/uninstall-tl.pl')
-rwxr-xr-xMaster/tlpkg/installer/uninstall-tl.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/uninstall-tl.pl b/Master/tlpkg/installer/uninstall-tl.pl
index 4d15ebca19c..0f4fcecfe83 100755
--- a/Master/tlpkg/installer/uninstall-tl.pl
+++ b/Master/tlpkg/installer/uninstall-tl.pl
@@ -79,8 +79,15 @@ sub main
system("rmdir /s /q \"$Master\\texmf-config\"");
system("rmdir /s /q \"$Master\\texmf\"");
system("rmdir /s /q \"$Master\\bin\"");
- system("rmdir /s /q \"$Master\\tlpkg\"");
system("del /q \"$Master\\install-tl.log\"");
+ # that cannot be removed that easily, some files are in use ...
+ # so we move that to the .bat file
+ # tlpkg\bin\uninstall-tl.pl
+ # tlpkg\bin
+ # tlpkg\texlive.tlpdb
+ # tlpkg\tlperl\bin
+ # tlpkg\tlperl\lib
+ #system("rmdir /s /q \"$Master\\tlpkg\"");
# now everything should be removed ...
system("rmdir /q \"$Master\"");
} else {