#! /bin/bash

set -e

if [ "$1" == "remove" ]; then
	. /opt/open-xchange/etc/guipluginfunctions.sh
	removePlug $DPKG_MAINTSCRIPT_PACKAGE
fi

