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