Skip to content

Commit

Permalink
Merge pull request #83 from jengelh/master
Browse files Browse the repository at this point in the history
20-files-present-and-references: do not complain about debian.*.triggers
  • Loading branch information
DimStar77 committed Sep 17, 2021
2 parents 593e93e + d044ced commit 72b6dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 20-files-present-and-referenced
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ for i in $DIR_TO_CHECK/* $DIR_TO_CHECK/.* ; do
debian.*.postinst | \
debian.*.postrm | \
debian.*.preinst | \
debian.*.prerm | \
debian.*.prerm | \
debian.*.triggers | \
debian.*.lintian-overrides )
;;
*)
Expand Down

0 comments on commit 72b6dc7

Please sign in to comment.