#!/bin/sh set -e if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then a2dismod wsgi || true fi exit 0