#!/bin/sh
set -e
# Automatically added by dh_installinit/12.7ubuntu1
if [ -x "/etc/init.d/c-icap" ] && [ "$1" = remove ]; then
	invoke-rc.d c-icap stop || exit 1
fi
# End automatically added section
