summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2020-10-06 03:40:54 +0000
committerNorbert Preining <preining@logic.at>2020-10-06 03:40:54 +0000
commitb90afc4cb261a261cea005f430660c26f9c0923f (patch)
tree5c1951152d8802cc3b4fdaaf837057a704ec7278 /Master/texmf-dist/scripts
parent2470521c5ea9ceb224b1911d86836f389bbdfa4d (diff)
tlmgr restore: check for fmttriggers after restore
git-svn-id: svn://tug.org/texlive/trunk@56566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index e2211075d0f..5b133a5a676 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -1872,6 +1872,7 @@ sub restore_one_package {
$localtlpdb->add_tlpobj($tlpobj);
TeXLive::TLUtils::announce_execute_actions("enable",
$localtlpdb->get_package($pkg));
+ check_announce_format_triggers($pkg);
$localtlpdb->save;
# TODO_ERRORCHECKING we should check the return values of the
# various calls above