Your IP : 216.73.216.17


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/postinst-apache2

if #CONDITIONAL_VARIABLE#; then
	if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
		. /usr/share/apache2/apache2-maintscript-helper
		for conf in #NAMES# ; do
			apache2_invoke #HELPER# $conf #ACTION# || #ERROR_HANDLER#
		done
	fi
fi