# HG changeset patch # User Paul Boddie # Date 1394145428 -3600 # Node ID 68771d93e97caddfa60c5add707727b91f874649 # Parent 71d38773b8ee5e9a32bc8584eb68476cc64ec9d2 Added setup-kolab invocation for ejabberd configuration. diff -r 71d38773b8ee -r 68771d93e97c debian/kolab-xmpp.postinst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/kolab-xmpp.postinst Thu Mar 06 23:37:08 2014 +0100 @@ -0,0 +1,14 @@ +#!/bin/sh + +set -e + +#EXTRA# +#DEBHELPER# + +case "$1" in + configure) + setup-kolab ejabberd --use-system-config + ;; +esac + +exit 0