#!/bin/sh
set -e
# Automatically added by dh_installinit/13.3.3ubuntu3
if [ -x "/etc/init.d/wide-dhcpv6-client" ] && [ "$1" = remove ]; then
	invoke-rc.d --skip-systemd-native wide-dhcpv6-client stop || true
fi
# End automatically added section
