This file is indexed.

/usr/share/debhelper/autoscripts/postrm-metainit is in dh-metainit 0.0.5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
if [ "$1" = "purge" -a -x /usr/sbin/update-metainit ] ; then
	/usr/sbin/update-metainit --remove #SCRIPT# --purge >/dev/null || #ERROR_HANDLER#
fi