diff options
Diffstat (limited to 'Master/texmf/scripts')
-rw-r--r-- | Master/texmf/scripts/texlive/uninstall-win32.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl index 1c203f408cd..ed810a0157e 100644 --- a/Master/texmf/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf/scripts/texlive/uninstall-win32.pl @@ -50,7 +50,10 @@ sub doit { tlwarn("Cannot load the TLPDB from $Master, are you sure there is an installation?\n"); } else { for my $pkg ($localtlpdb->list_packages) { - &TeXLive::TLUtils::do_postaction("remove", $pkg); + &TeXLive::TLUtils::do_postaction("remove", $localtlpdb->get_package($pkg), + $localtlpdb->option_file_assocs, + $localtlpdb->option_desktop_integration, + $localtlpdb->option_post_code); } } my $menupath = &TeXLive::TLWinGoo::menu_path(); |