#! /bin/bash

set -e

if [ "$1" == "configure" ] && [ -z "$2" ]; then
    . /opt/open-xchange/etc/guipluginfunctions.sh
    addPlug $DPKG_MAINTSCRIPT_PACKAGE   
fi
