| Current Path : /usr/share/python/runtime.d/ |
| Current File : //usr/share/python/runtime.d/libapache2-mod-wsgi.rtupdate |
#!/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