#!/bin/sh

set -e

if [ "$1" = remove ] ; then
    a2dismod -q -f rpaf || true
    invoke-rc.d apache2 restart
fi

#DEBHELPER#
