This file is indexed.

/etc/apt/apt.conf.d/99how-can-i-help is in how-can-i-help 15.

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
// Tell people how they can help after each package installation

DPkg
{
Post-Invoke {"[ ! -e /usr/bin/how-can-i-help ] || /usr/bin/how-can-i-help --apt";};
};