#! /bin/sh

set -e

if [ "$1" = configure ]; then
	test ! -e /etc/init.d/apache2 || invoke-rc.d apache2 reload
fi

#DEBHELPER#
