This file is indexed.

/usr/share/python/runtime.d/apt-listchanges.rtupdate is in apt-listchanges 2.85.13ubuntu2.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
	pyclean -p apt-listchanges /usr/share/apt-listchanges
	pycompile -p apt-listchanges -V 2.4- /usr/share/apt-listchanges
fi