summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgrgui.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
index 27db96bb6fd..0c1aca64c50 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
@@ -631,7 +631,7 @@ sub setup_menu_system {
-command => sub {
my $b = shift;
if ($b eq __("Ok")) {
- system("tlmgr", "uninstall", "--force");
+ system("tlmgr", "remove", "--all", "--force");
$mw->Dialog(-text => __("Complete removal finished"), -buttons => [ __("Ok") ])->Show;
$mw->destroy;
exit(0);