summaryrefslogtreecommitdiffstats
path: root/debian/debhelper/postinst-apache2
blob: a94451414b4dca95029ced7fad11f5562dd647d3 (plain)
1
2
3
4
5
6
7
8
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