#!/bin/sh -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	rmdir --ignore-fail-on-non-empty /etc/koth || /bin/true
fi
