#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
	rm -rf opt/xu4/share/games/ultima4/ultima4.zip
fi

#DEBHELPER#

exit 0
