Package mediawiki-apache2: Scripts

Post install

1
2
3
if [ "$CONF_OK" = "1" ]; then
    service httpd2 condrestart ||:
fi
Post uninstall

1
2
3
if [ "$1" = "0" ] ; then # last uninstall
    service httpd2 condrestart ||:
fi