diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2014-12-21 13:32:35 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2014-12-21 13:32:35 +0000 |
commit | 8a2b59742549acec7e742c937f4647bec2724995 (patch) | |
tree | 53aecbaf8fa251be665f3df3cd3367e2d1aa7946 /Master/texmf-dist/scripts | |
parent | 2a1d49d7b372b8305e846a3ba719be7da49fd1f7 (diff) |
Fixes to Windows uninstaller
git-svn-id: svn://tug.org/texlive/trunk@35876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/uninstall-win32.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/uninstall-win32.pl b/Master/texmf-dist/scripts/texlive/uninstall-win32.pl index 7cc60f5223b..523313a5737 100644 --- a/Master/texmf-dist/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf-dist/scripts/texlive/uninstall-win32.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2010, 2011, 2012 Norbert Preining +# Copyright 2008, 2010, 2011, 2012, 2014 Norbert Preining # # GUI for tlmgr @@ -66,7 +66,7 @@ sub doit { } my $menupath = &TeXLive::TLWinGoo::menu_path(); $menupath =~ s!/!\\!g; - `rmdir /q "$menupath\\$TeXLive::TLConfig::WindowsMainMenuName" 2>nul`; + `rmdir /s /q "$menupath\\$TeXLive::TLConfig::WindowsMainMenuName" 2>nul`; # remove bindir from PATH settings TeXLive::TLUtils::w32_remove_from_path("$Master/bin/win32", |