#!/bin/sh
set -e
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
	update-python-modules  mtrs-logpusher.public
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/mtrs-logpusher" ]; then
	if [ ! -e "/etc/init/mtrs-logpusher.conf" ]; then
		update-rc.d mtrs-logpusher defaults >/dev/null
	fi
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f mtrs-logpusher remove >/dev/null || exit $?
# End automatically added section
