#!/bin/sh
if [ -f /home/user/.freecell4maemo ]; then
	mv /home/user/.freecell4maemo /tmp/f4m-current-game
fi

mkdir /home/user/.freecell4maemo

if [ -f /tmp/f4m-current-game ]; then
	mv /tmp/f4m-current-game /home/user/.freecell4maemo/current-game
fi
