#!/bin/sh

set -e

if [ -L /etc/apache2/conf.d/javascript-common.conf ]
then
	rm -f /etc/apache2/conf.d/javascript-common.conf
	restart="apache2"
fi

servers="apache2"
. /usr/share/wwwconfig-common/restart.sh

#DEBHELPER#

exit 0
