diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 17:37:39 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 17:37:39 +0000 |
commit | f6b5ab0af6b940fc3264506cd6b91e2746c9911e (patch) | |
tree | a0bca036106ee4816fe2e9b204f7d966dfe0d18b /Master/texmf/scripts | |
parent | 3dee582d43c4a4913a3afed4cab3caaaf825badb (diff) |
Remove addLuaMap support and usage, not needed any more.
(Undo commits 18217, 18214 and 18212.)
git-svn-id: svn://tug.org/texlive/trunk@18651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index fe8401feae2..0055cd2ecdf 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -553,21 +553,6 @@ sub handle_execute_actions } # - # addLuaMap handling - # if defined simply run the magic script - { - if (defined($::execute_actions{'enable'}{'luamaps'}{'run'}) - || defined($::execute_actions{'disable'}{'luamaps'}{'run'})) { - # check for the existence, the PATH should be set up already - if (TeXLive::TLUtils::which("mkluatexfontdb-sys")) { - $errors += do_cmd_and_check("mkluatexfontdb-sys"); - } else { - log("tlmgr addLuaMap handling: mkluatexfontdb-sys not found, not running it.\n"); - } - } - } - - # # maps handling # if enabled and disabled -> do nothing # if only enabled -> enable it @@ -3749,8 +3734,6 @@ sub check_executes { my $foo = $1; chomp($foo); push @{$langcodes{$foo}}, $pkg; - } elsif ($e =~ m/addLuaMap\s*$/) { - # nothing to check here } else { warn "$pkg: unmatched execute: $e\n"; } |