This file is indexed.

/usr/share/python/runtime.d/libroot-core-dev.rtupdate is in libroot-core-dev 5.34.14-1build1.

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 libroot-core-dev /usr/lib/x86_64-linux-gnu/root5.34/python/genreflex
	pycompile -p libroot-core-dev -V 2.7- /usr/lib/x86_64-linux-gnu/root5.34/python/genreflex
fi