summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLWinGoo.pm
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-08-09 20:42:59 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-08-09 20:42:59 +0000
commit901ed14a13b66bc4a66e6f3dddc9f61d4eba0447 (patch)
treea2d91eea59b9bd2edcf8b7dd48f9ff0ee7bfb4d8 /Master/tlpkg/TeXLive/TLWinGoo.pm
parent320b0532dd9376c2ffded3d9ddb5d41b2131c7a3 (diff)
TLWinGoo: uninstaller corrected for recent changes
git-svn-id: svn://tug.org/texlive/trunk@10210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index 9900e6d4f4d..0b2dde283f8 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -1021,12 +1021,14 @@ UNEND
rmdir /s /q \"$td\\texmf-dist\"
rmdir /s /q \"$td\\texmf-doc\"
rmdir /s /q \"$td\\texmf\"
-rmdir /s /q \"$td\\readme.html\"
+rmdir /s /q \"$td\\readme-html.dir\"
+rmdir /s /q \"$td\\readme-txt.dir\"
rmdir /s /q \"$td\\bin\"
rmdir /s /q \"$td\\tlpkg\"
-del /s /q \"$td\\README.*\"
-del /s /q \"$td\\LICENSE.*\"
+del /q \"$td\\README.*\"
+del /q \"$td\\LICENSE.*\"
del /q \"$td\\index.html\"
+del /q \"$td\\texmf.cnf\"
UNEND2
;
print UNINST2 <<UNEND2;