Your IP : 216.73.216.170


Current Path : /proc/8644/root/proc/self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/8644/root/proc/self/root/var/lib/dpkg/info/wide-dhcpv6-client.prerm

#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/wide-dhcpv6-client" ]; then
	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
		invoke-rc.d wide-dhcpv6-client stop || exit $?
	else
		/etc/init.d/wide-dhcpv6-client stop || exit $?
	fi
fi
# End automatically added section