Remove code to restart openvswitch-switch from its postinst script
as this is automatically added by dh_installinit
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
fi
done
fi
-
- if /etc/init.d/openvswitch-switch status >/dev/null 2>&1; then
- running=true
- /etc/init.d/openvswitch-switch stop
- else
- running=false
- fi
-
- if $running; then
- /etc/init.d/openvswitch-switch start
- fi
;;
abort-upgrade|abort-remove|abort-deconfigure)