diff options
author | Norbert Preining <preining@logic.at> | 2008-07-31 20:15:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-31 20:15:00 +0000 |
commit | a8c30fdace4f04f87f1db99c0da824baaa44a123 (patch) | |
tree | 4bb795b27c84596621590fbfa59d090c36c4f7ce /Master/tlpkg/TeXLive/TLWinGoo.pm | |
parent | c2375d88efff9d5758f32f1e22bff14faa575b01 (diff) |
TLWinGoo: update the uninstaller so that everything gots removed
git-svn-id: svn://tug.org/texlive/trunk@9954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index a74e9a354c8..fac1304e675 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -998,8 +998,12 @@ 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\\bin\" rmdir /s /q \"$td\\tlpkg\" +del /s /q \"$tl\\README.*\" +del /s /q \"$tl\\LICENSE.*\" +del /q \"$tl\\index.html\" UNEND2 ; print UNINST2 <<UNEND2; |