summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmttriggers9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers
index 6cf998dc6cc..31868bfcd24 100755
--- a/Master/tlpkg/bin/tl-check-fmttriggers
+++ b/Master/tlpkg/bin/tl-check-fmttriggers
@@ -324,6 +324,15 @@ sub compare_pkgs_and_triggers {
# 00texlive.autopatterns.tlpsrc.
delete $tlpdb_pkgs{"l3backend"};
+ # These packages are also included as fmttriggers eventhough they
+ # are not necessary, to simplify maintenance of the package lists.
+ delete $tlpdb_pkgs{"atbegshi"};
+ delete $tlpdb_pkgs{"atveryend"};
+ delete $tlpdb_pkgs{"everyshi"};
+ delete $tlpdb_pkgs{"latex"};
+ delete $tlpdb_pkgs{"tex-ini-files"};
+ delete $tlpdb_pkgs{"unicode-data"};
+
my @recorded_only = ();
for my $r (keys %recorded_pkgs) {
# no need for a package to include itself as a fmttrigger.