#!/bin/sh

if [ -s usr/X11R6/share/xrally/hiscore ]; then

    rm -rf usr/X11R6/share/xrally/hiscore.new

else

    mv -f usr/X11R6/share/xrally/hiscore.new usr/X11R6/share/xrally/hiscore

fi
