diff options
author | Norbert Preining <preining@logic.at> | 2009-02-09 08:20:37 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-02-09 08:20:37 +0000 |
commit | b2744ecbf7219fc0754b4e8c2671f18368406171 (patch) | |
tree | 7b52dd27da67038a40ed70f19d917c1e33c7c685 /Master | |
parent | be8be324bb2b51a0f44d297490ea0ab47ad0381d (diff) |
remove doc.html from 2008 dir in w32 uninstaller so that the removal of
the 2008 dir succeeds.
git-svn-id: svn://tug.org/texlive/trunk@12125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 49b4720b1a1..edffe918757 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -1062,6 +1062,7 @@ rmdir /s /q \"$td\\bin\" rmdir /s /q \"$td\\tlpkg\" del /q \"$td\\README.*\" del /q \"$td\\LICENSE.*\" +del /q \"$td\\doc.html\" del \"$td\\index.html\" del \"$td\\texmf.cnf\" UNEND2 |