case "$ACTION" in
post)
	if [ -d usr/share/apps/kdm/faces ]; then
		rm -rf usr/share/apps/kdm/faces
	fi
	;;
esac