diff options
author | Norbert Preining <preining@logic.at> | 2008-05-03 10:21:13 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-03 10:21:13 +0000 |
commit | 37578c7253166e9cfb76bbbde0b48279f5ce7f61 (patch) | |
tree | 52163fb33cebd95fb30567288b6e5ff4e6cddb0c /Master/tlpkg/TeXLive | |
parent | 4ba35207bd3275933f850e11bfd3c83453b791cd (diff) |
get rid of tlmgr.tlu, rename tl-package-manger.pl to tlmgr.pl,
merge uninstall-tl.pl funcionality, adapt TLWinGoo uninstaller to use it
git-svn-id: svn://tug.org/texlive/trunk@7812 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 03a5b2e6175..858369d3ba7 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -866,7 +866,7 @@ sub create_uninstaller { echo Do you really want to remove TeX Live 2008? Type Ctrl-C to abort. pause set PERL5LIB= -\"$td\\tlpkg\\tlperl\\bin\\perl.exe\" \"$td\\texmf\\scripts\\texlive\\uninstall-tl.pl\" +\"$td\\tlpkg\\tlperl\\bin\\perl.exe\" \"$td\\texmf\\scripts\\texlive\\tlmgr.pl\" uninstallwin32 copy \"$td\\tlpkg\\installer\\uninst2.bat\" \"\%TEMP\%\" \"\%TEMP\%\\uninst2.bat\" UNEND |