#!/bin/sh -e

OLDSCOREFILE=/var/games/xgalaga_scores

# Remove old high score file on purge.
if [ "$1" = "purge" ]; then
	rm -f $OLDSCOREFILE
fi

#DEBHELPER#
