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

#!/bin/sh

set -e

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

#DEBHELPER#

exit 0
openSUSE Build Service is sponsored by