#!/bin/sh
set -e

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