File: libapache2-mod-wsgi-py3.rtupdate

package info (click to toggle)
mod-wsgi 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,712 kB
  • ctags: 859
  • sloc: ansic: 12,521; python: 1,842; makefile: 224; sh: 159
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (14)
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