#!/bin/sh set -e # Automatically added by dh_installsystemd/13.14.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'munin-async.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit/13.14.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/munin-async" ] ; then invoke-rc.d --skip-systemd-native munin-async stop || exit 1 fi # End automatically added section # Automatically added by dh_installdeb/13.14.1 dpkg-maintscript-helper rm_conffile /etc/init/munin-async.conf 2.0.49-2\~ -- "$@" # End automatically added section