Hello everybody, here is a tiny patch to dpkg(1), to add the "triggers" files to the list of files found in binary packages.
Please let me know if you prefer receiving it through the BTS. Cheers, -- Charles From: Charles Plessy <[email protected]> Date: Sat, 20 Jul 2013 09:39:18 +0900 Subject: [PATCH] List triggers with the other control information files in man/dpkg.1. --- man/dpkg.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/dpkg.1 b/man/dpkg.1 index aeaac24..0ab88c4 100644 --- a/man/dpkg.1 +++ b/man/dpkg.1 @@ -756,6 +756,7 @@ for more information about them: .I postinst .I prerm .I postrm +.I triggers .fi .RE . -- 1.8.3.2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

