#!/bin/sh
set -e

# run join script on DC master and DC backup
. /usr/share/univention-lib/base.sh
call_joinscript 35univention-demoapp.inst || true
invoke-rc.d univention-management-console-server reload || true

# generate a new hash for the UMC frontend in order to avoid caching problems
. /usr/share/univention-lib/umc.sh
umc_frontend_new_hash
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
	update-python-modules  univention-demoapp.public
fi
# End automatically added section
