#!/bin/bash set -e if [ -x "/etc/init.d/evqueue" ]; then service evqueue stop fi # Automatically added by dh_installinit/13.14.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/evqueue" ] ; then invoke-rc.d evqueue stop || exit 1 fi # End automatically added section