#!/bin/sh
set -e
# Automatically added by dh_installinit
if ([ -x "/etc/init.d/remote-log-client" ] || [ -e "/etc/init/remote-log-client.conf" ]) && \
   [ "$1" = remove ]; then
	invoke-rc.d remote-log-client stop || exit $?
fi
# End automatically added section
