/usr/share/debhelper/autoscripts/postinst-pycompile is in python 2.7.9-1.
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 pycompile >/dev/null 2>&1; then
pycompile -p #PACKAGE# #ARGS#
fi
|