This file is indexed.

/usr/share/python/runtime.d/gpsd-dbg.rtupdate is in gpsd-dbg 3.16-4.

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 gpsd-dbg /usr/lib/gpsd/debug
	pycompile -p gpsd-dbg -V 2.3- /usr/lib/gpsd/debug
fi