#!/bin/sh -e

#DEBHELPER#

if [ "$1" = "purge" ] ; then
	rm -f /var/log/distributed-net*.log*
	rm -rf /var/lib/distributed-net
fi
