case "$ACTION" in
	pre)	# Remove packed game data and log
		rm -f usr/share/astromenace/gamedata.*
		;;
esac
