/usr/share/debhelper/autoscripts/prerm-py3clean is in python3 3.2.3-0ubuntu1.
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 py3clean >/dev/null 2>&1; then
py3clean -p #PACKAGE# #ARGS#
fi
|