#!/bin/sh

set -e

if [ "$1" = remove ]
then
	rm -f /usr/share/emacs/site-lisp/gnugo.elc
fi

#DEBHELPER#

exit 0
