/etc/apt/apt.conf.d/20systraq is in systraq 20160803-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | # /etc/apt/apt.conf.d/20systraq - update systraq's list of monitored files
DPkg::Post-Invoke { "test ! -f /etc/systraq/Makefile || ! command -v make >/dev/null || su -s /bin/sh -c 'make -s -C /etc/systraq' debian-systraq"; };
|