#!/bin/sh -e

rm -f /var/lib/games/xjump/record

case "$1" in
 remove)
   rm -f /var/games/xjump/record
 ;;
esac
