This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c312f3a69fa3aaf067c7d819d2532f428cd0bba1 commit c312f3a69fa3aaf067c7d819d2532f428cd0bba1 (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Fri Oct 20 03:20:31 2023 +0200 man: Avoid redundant action list in dpkg invoke hook description Instead of listing all actions then stating when all got added and when some were added later, just attach the versions to the respective lists w/o needing to repeat the actions. --- man/dpkg.pod | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/man/dpkg.pod b/man/dpkg.pod index 5149b12c0..8594e8e71 100644 --- a/man/dpkg.pod +++ b/man/dpkg.pod @@ -970,10 +970,14 @@ co-installable instances with the same version, but different architecture. Set an invoke hook I<command> to be run via “sh -c” before or after the B<dpkg> run for the I<unpack>, I<configure>, I<install>, -I<triggers-only>, I<remove>, I<purge>, I<add-architecture> and -I<remove-architecture> B<dpkg> actions (since dpkg 1.15.4; -I<add-architecture> and I<remove-architecture> actions -since dpkg 1.17.19). This +I<triggers-only>, +I<remove> and +I<purge> +actions (since dpkg 1.15.4), and +I<add-architecture> and +I<remove-architecture> +actions (since dpkg 1.17.19). +This option can be specified multiple times. The order the options are specified is preserved, with the ones from the configuration files taking precedence. The environment variable B<DPKG_HOOK_ACTION> is set for the hooks to the -- Dpkg.Org's dpkg

