#!/bin/sh

# This file was generated by the happstack-debiniazation package.

case "$1" in
  configure)
    # Apache won't start if this directory doesn't exist
    mkdir -p /var/log/apache2/happstack.com
    # Restart apache so it sees the new file in /etc/apache2/sites-enabled
    /etc/init.d/apache2 restart
    /etc/init.d/happstackdotcom-production start
    ;;
esac
