summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-31 17:30:59 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-31 17:30:59 +0000
commit3dee582d43c4a4913a3afed4cab3caaaf825badb (patch)
tree2b062f7cead0c954e71723e6cef4a84f6d81d636 /Master
parent814bf8504c79503fc5fdf69eb9bc2a92ac5b4755 (diff)
Remove tlmgr gui button for mkluatexfontdb.
(Merging -18231 and -18218.) git-svn-id: svn://tug.org/texlive/trunk@18650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui.pl15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl
index b4007a09da5..f5b0108fa58 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui.pl
@@ -530,21 +530,6 @@ sub setup_menu_system {
}
$mw->Unbusy;
});
-
- if (TeXLive::TLUtils::which("mkluatexfontdb-sys")) {
- $menu_actions->add('command', -label => __("Update LuaTeX font database"),
- -state => $::action_button_state,
- -command => sub {
- $mw->Busy(-recurse => 1);
- info("Running mkluatexfontdb-sys, this may take some time ...\n");
- for my $l (`mkluatexfontdb-sys 2>&1`) {
- info($l);
- $mw->update;
- }
- $mw->Unbusy;
- });
-
- }
$menu_actions->add('command',
-label => __("Restore packages from backup") . " ...",