#!/bin/sh
set -e
if [ "$1" = "upgrade" ]
then
    exit 0
fi
/etc/init.d/apache stop
exit 0

