#!/bin/sh set -e # Automatically added by dh_installinit/12.1.1~bpo9+1 if [ -x "/etc/init.d/bird6" ] && [ "$1" = remove ]; then invoke-rc.d bird6 stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/12.1.1~bpo9+1 if [ -x "/etc/init.d/bird" ] && [ "$1" = remove ]; then invoke-rc.d bird stop || exit 1 fi # End automatically added section