#!/bin/sh
set -e

if test "$1" = "purge"; then
	rm -f /var/games/typespeed.score
fi

#DEBHELPER#

