#!/bin/sh

set -e

if [ "$1" = purge ]; then
	rm -f /etc/xringd.conf /etc/xringd.conf.bak
fi

#DEBHELPER#

