This file is indexed.

/usr/share/python/runtime.d/python-gobject-2-dev.rtupdate is in python-gobject-2-dev 2.28.6-12build1.

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 python-gobject-2-dev /usr/share/pygobject
	pycompile -p python-gobject-2-dev -V 2.5- /usr/share/pygobject
fi