#!/bin/sh
set -e

#DEBHELPER#

if [ ! -f /var/games/purity.scores ]
then
	mkdir -p /var/games
	touch /var/games/purity.scores
	chmod 660 /var/games/purity.scores
	chown root:games /var/games/purity.scores
fi
