#!/bin/sh set -e [ "$1" = "remove" ] || exit 0 # reload apache2 service apache2 reload #DEBHELPER#