#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
	rm -rf /usr/share/games/stratagus/war1gus
fi

#DEBHELPER#

exit 0
