From: Frank Brehm Date: Wed, 19 May 2021 19:14:18 +0000 (+0200) Subject: committing changes in /etc made by "apt install -y pkg-config" X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8ec67d80b114be1f95ca0c51f1a94275bc67447c;p=config%2Fns3%2Fetc.git committing changes in /etc made by "apt install -y pkg-config" Package changes: +pkg-config 0.29-6 amd64 --- diff --git a/.etckeeper b/.etckeeper index 458c59f..e49f906 100755 --- a/.etckeeper +++ b/.etckeeper @@ -488,6 +488,7 @@ maybe chmod 0755 'dpkg' maybe chmod 0644 'dpkg/dpkg.cfg' maybe chmod 0755 'dpkg/dpkg.cfg.d' maybe chmod 0644 'dpkg/dpkg.cfg.d/needrestart' +maybe chmod 0644 'dpkg/dpkg.cfg.d/pkg-config-hook-config' maybe chmod 0755 'dpkg/origins' maybe chmod 0644 'dpkg/origins/debian' maybe chmod 0644 'dpkg/shlibs.default' diff --git a/dpkg/dpkg.cfg.d/pkg-config-hook-config b/dpkg/dpkg.cfg.d/pkg-config-hook-config new file mode 100644 index 0000000..b230b27 --- /dev/null +++ b/dpkg/dpkg.cfg.d/pkg-config-hook-config @@ -0,0 +1 @@ +post-invoke=if { test "$DPKG_HOOK_ACTION" = add-architecture || test "$DPKG_HOOK_ACTION" = remove-architecture; } && test -x /usr/share/pkg-config-dpkghook; then /usr/share/pkg-config-dpkghook update; fi