FILE='/etc/defoma/hints/#PACKAGE#.hints'
if [ "$1" = remove ]; then
	if [ -x /usr/bin/defoma-font ]; then
		/usr/bin/defoma-font purge-all $FILE
	fi
fi
