This file is indexed.

/usr/share/debhelper/autoscripts/postinst-py3compile is in dh-python 1.20140128-1ubuntu8.

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

The actual contents of the file can be viewed below.

1
2
3
if which py3compile >/dev/null 2>&1; then
	py3compile -p #PACKAGE# #ARGS#
fi