/etc/apt/apt.conf.d/20adequate is in adequate 0.12.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | // If you set this to "true", adequate will run on every install, reporting the
// results via debconf.
Adequate::Enabled "false";
DPkg::Pre-Install-Pkgs {
"adequate --help >/dev/null 2>&1 || exit 0; exec adequate --user nobody --apt-preinst";
};
DPkg::Post-Invoke {
"adequate --help >/dev/null 2>&1 || exit 0; exec adequate --debconf --user nobody --pending";
};
DPkg::Tools::Options::adequate::Version "2";
|