#! /bin/sh -e

case "$1" in
    purge)
	if [ -d /etc/trn4 ]; then
	    rmdir /etc/trn4 2>/dev/null || true
	fi
	;;
esac

#DEBHELPER#

exit 0
