summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-check-fmttriggers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-check-fmttriggers')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmttriggers3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers
index 060e9893d23..bfd30759372 100755
--- a/Master/tlpkg/bin/tl-check-fmttriggers
+++ b/Master/tlpkg/bin/tl-check-fmttriggers
@@ -330,7 +330,8 @@ sub compare_pkgs_and_triggers {
delete $tlpdb_pkgs{$r}; # ok, in both
} else {
# The hyphen-* packages get loaded anyway? Not sure.
- next if $r =~ /hyphen-.*/;
+ next if $r =~ /hyph-utf8|hyphen-.*/;
+ next if $r =~ /dehyph|dehyph-exptl|ruhyph|ukrhyph/;
push (@recorded_only, $r);
}
}