#!/bin/sh
set -e

SCOREDIR=/var/games
if test "$1" = purge; then
    echo "Purging high-score file."
    rm -f $SCOREDIR/Maelstrom-Scores
fi

#DEBHELPER#
