This file is indexed.

/usr/share/python/runtime.d/libapache2-mod-wsgi.rtupdate is in libapache2-mod-wsgi 4.5.11-1.

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
7
8
#!/bin/sh

set -e

if [ "$1" = rtupdate ]; then
    new_version=`echo ${3} | sed 's,^python,,'`
    ln -sf mod_wsgi.so-${new_version} /usr/lib/apache2/modules/mod_wsgi.so
fi