
| Path : /usr/share/debhelper/autoscripts/ |
| 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