texlive[54309] Master/texmf-dist/scripts/texlive/tlmgrgui.pl: fix

commits+preining at tug.org commits+preining at tug.org
Sat Mar 14 23:49:30 CET 2020


Revision: 54309
          http://tug.org/svn/texlive?view=revision&revision=54309
Author:   preining
Date:     2020-03-14 23:49:30 +0100 (Sat, 14 Mar 2020)
Log Message:
-----------
fix tlmgr gui > uninstall TL tlmgr invocation

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl	2020-03-14 22:30:53 UTC (rev 54308)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgrgui.pl	2020-03-14 22:49:30 UTC (rev 54309)
@@ -631,7 +631,7 @@
                                 -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); 



More information about the tex-live-commits mailing list.