/usr/share/python/runtime.d/libapache2-mod-wsgi.rtupdate is in libapache2-mod-wsgi 3.3-4build1.
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
|