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