#!/bin/sh

if [ -f /etc/dhcp/dhclient-exit-hooks.d/ddclient ]; then
  rm -f /etc/dhcp/dhclient-exit-hooks.d/ddclient
fi

if [ -f /etc/ddclient.conf ]; then
  rm -f /etc/ddclient.conf
fi