#!/bin/sh -e

#DEBHELPER#

if [ -n "$2" ] && dpkg --compare-versions "$2" lt "0.4pre9-4"; then
	chmod 770 /var/games/kobo-deluxe/scores
fi
