#!/bin/sh
set -e

if [ $1 = purge ]; then 
    rm -f /etc/ddclient.conf
    rm -f /etc/default/ddclient
fi

#DEBHELPER#

exit 0
