#!/bin/sh

set -e

if dpkg --compare-versions "$2" lt 2.0.2-2; then
	if [ -x "which defoma-font 2>/dev/null" ]; then
		defoma-font purge /etc/defoma/hints/ttf-sjfonts.hints
	fi
fi


#DEBHELPER#
