This file is indexed.

/etc/kernel/postrm.d/zz-extlinux is in extlinux 3:4.05+dfsg-6+deb8u1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh

set -e

# Exit if extlinux was removed (!= purged)
if [ -x /usr/sbin/extlinux-update ]
then
	# Update extlinux configuration
	extlinux-update
fi