#!/bin/sh -e
#
#

if [ "$1" = "purge" ]; then
    # Remove init.d configuration file
    rm -f /etc/default/isc-dhcp-relay
fi

#DEBHELPER#

exit 0
