_files="
 20-unhint-small-dejavu-sans-mono.conf
 20-unhint-small-dejavu-sans.conf
 20-unhint-small-dejavu-serif.conf
 57-dejavu-sans-mono.conf
 57-dejavu-sans.conf
 57-dejavu-serif.conf"

case ${ACTION} in
post)
	for f in ${_files}; do
		rm -f etc/fonts/conf.d/${f}
	done
	;;
esac