File debian.kopano-webapp.postinst of Package kopano-webapp

#!/bin/sh

set -e

# enable kopano-webapp for apache
if [ -x "`which a2ensite`" ]; then
	# no error, file may have been renamed
	a2ensite kopano-webapp.conf || true
fi

#DEBHELPER#

exit 0
openSUSE Build Service is sponsored by