#! /bin/sh -e

if [ "$1" = purge ]; then
	rm -f /etc/calamaris/cron.conf
	rm -f /var/log/calamaris/*
fi

#DEBHELPER#
