#!/bin/sh
set -e

#DEBHELPER#

# Remove config directory on purge
if [ "$1" = "purge" ]; then
    rm -rf /etc/teleddns
fi
