#! /bin/sh

set -e

CONF='/etc/defoma/config/x-ttcidfont-conf.conf'

if [ "$1" = purge ]; then
  /bin/rm -f $CONF $CONF~
fi

#DEBHELPER#

exit 0
