#!/bin/sh -e

OLDSCOREFILE=/var/games/xgalaga_scores

# Remove old high score file on upgrade.
if [ -f $OLDSCOREFILE ]; then
	rm -f $OLDSCOREFILE
fi

#DEBHELPER#
