#!/bin/sh
set -e

if [ "$1" = "purge" ] ; then
        update-rc.d firewall remove >/dev/null
fi

#DEBHELPER#
