#!/bin/sh

set -e

FILE=/etc/defoma/hints/ttf-arphic-uming.hints

if [ -f /usr/share/debconf/confmodule ]; then
  . /usr/share/debconf/confmodule
fi

db_purge


if [ -f $FILE ]; then
    if [ -x /usr/bin/defoma-font ]; then
        defoma-font purge-all $FILE || true
    fi
fi

if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
  dpkg-maintscript-helper rm_conffile $FILE 0.2.20080216.2-1 -- "$@"
fi

#DEBHELPER#
