#!/bin/sh

# remove the in-progress game, if it exists
if [ -f /home/user/.freecell4maemo ]; then
	rm /home/user/.freecell4maemo
fi
