case "$ACTION" in
	post)	if [ "$UPDATE" != "yes" ]; then
			mkdir -p var/games/kobo-deluxe/scores
			chmod 777 var/games/kobo-deluxe/scores
		fi
		;;
esac
