summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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