/usr/share/debhelper/autoscripts/postinst-py3compile is in dh-python 2.20151103ubuntu1.
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
|