#!/bin/sh set -e [ "$1" = "remove" ] || exit 0 # restartat apache if [ -x /etc/init.d/apache2 ]; then /etc/init.d/apache2 reload || true fi