#!/bin/sh -e

if [ "$1" = "remove" ]; then
    # If firewall is on, turn off first
    /usr/sbin/ipmasq --rules /etc/ipmasq/ipmasq-down || true
fi

#DEBHELPER#

