#!/bin/sh
set -e

# remove old symlink, so the old directory can be removed
# (drop when assuming old versions >= 3.0.7-1)
if [ "$1" = upgrade ]; then
	rm -f /usr/lib/games/maelstrom/Maelstrom-Scores
fi

#DEBHELPER#
