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