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=756f4a4d7bba830a0e2d920756a5c6d3c0c60c41 commit 756f4a4d7bba830a0e2d920756a5c6d3c0c60c41 Author: Guillem Jover <[email protected]> AuthorDate: Fri Feb 28 02:13:21 2025 +0100 dpkg-db-keeper: Fix pathname in example dpkg.cfg snippet These tools are namespaced within a dpkg subdirectory, we should at least make the example look like a more realistic example to use. --- src/dpkg-db-keeper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpkg-db-keeper.sh b/src/dpkg-db-keeper.sh index 7672384ba..922350e02 100755 --- a/src/dpkg-db-keeper.sh +++ b/src/dpkg-db-keeper.sh @@ -28,7 +28,7 @@ PKGDATADIR="${DPKG_DATADIR:-$PKGDATADIR_DEFAULT}" # dpkg behavior. It can be installed as a post-invoke hook such as: # # ,--- /etc/dpkg/dpkg.cfg.d/db-keeper --- -# post-invoke "/usr/libexec/dpkg-db-keeper" +# post-invoke "/usr/libexec/dpkg/dpkg-db-keeper" # `--- if [ -n "$DPKG_ROOT" ]; then -- Dpkg.Org's dpkg

