This file is indexed.

/usr/share/debhelper/autoscripts/postrm-dzextension is in zope-debhelper 0.3.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
7
8
if which dzhandle >/dev/null; then
    case "$1" in remove)
	# remove:
	# - unregister sucessfully removed extension

	dzhandle postrm-extension -m "$*" #PACKAGE# #DZ-DIR# #DZ-ADDON#
    esac
fi