Your IP : 216.73.216.170


Current Path : /proc/8644/root/proc/self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/8644/root/proc/self/root/var/lib/dpkg/info/javascript-common.postrm

#!/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

if [ -e /usr/share/wwwconfig-common/restart.sh ]
then
	servers="apache2"
	. /usr/share/wwwconfig-common/restart.sh
fi



exit 0