#!/bin/sh
set -e

if [ "$1" = "purge" ] ; then
	rm -f /var/log/dyfi-update.log /etc/dyfi-update.conf
fi
#DEBHELPER#
