#!/bin/sh -e

if [ "$1" = "remove" ]; then
	/etc/init.d/ipmasq stop
	/etc/init.d/ipmasq-kmod stop
fi

#DEBHELPER#

