5 # If openvswitch-switch is installed, and then later openvswitch-brcompat is
6 # installed, make sure that ovs-brcompatd starts.
7 if test X"$1" = Xconfigure && \
8 test -x /etc/init.d/openvswitch-switch && \
9 test -e /var/run/openvswitch/ovs-vswitchd.pid; then
10 invoke-rc.d openvswitch-switch start || exit $?