]> git.proxmox.com Git - openvswitch.git/blob - debian/openvswitch-common.postinst
add debian sid (ovs 2.11) "debian" directory
[openvswitch.git] / debian / openvswitch-common.postinst
1 #!/bin/sh
2
3 set -e
4
5 if [ "${1}" = "configure" ] ; then
6 update-alternatives --install /usr/sbin/ovs-vswitchd ovs-vswitchd /usr/lib/openvswitch-common/ovs-vswitchd 100
7 fi
8
9 #DEBHELPER#
10
11 exit 0