summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm5
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
2 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 327db379b47..a030f7bd53f 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -782,11 +782,6 @@ enables the font map file I<font>C<.map> in the C<updmap.cfg> file.
enables the font map file I<font>C<.map> for Mixed mode in the
C<updmap.cfg> file.
-=item C<execute addLuaMap>
-
-triggers a call to mkluatexfontdb-sys (if available) which updates
-the font cache for luatex.
-
=item C<execute AddHyphen name=I<texlang> file=I<file> [I<var>...]>
activates the hyphenation pattern with name I<texlang> and load the file
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 6c63a8da3c8..3658689b808 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1746,8 +1746,6 @@ sub announce_execute_actions {
foreach my $e ($tlp->executes) {
if ($e =~ m/^add((Mixed)?Map)\s+([^\s]+)\s*$/) {
$::execute_actions{$type}{'maps'}{$3} = "$1";
- } elsif ($e =~ m/^addLuaMap\s*$/) {
- $::execute_actions{$type}{'luamaps'}{'run'} = 1;
} elsif ($e =~ m/^AddFormat\s+(.*)\s*$/) {
my %r = TeXLive::TLUtils::parse_AddFormat_line("$1");
if (defined($r{"error"})) {