]> git.proxmox.com Git - openvswitch.git/blobdiff - debian/openvswitch-common.prerm
add debian sid (ovs 2.11) "debian" directory
[openvswitch.git] / debian / openvswitch-common.prerm
diff --git a/debian/openvswitch-common.prerm b/debian/openvswitch-common.prerm
new file mode 100644 (file)
index 0000000..4cb2fe9
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "remove" ] ; then
+       update-alternatives --remove ovs-vswitchd /usr/lib/openvswitch-common/ovs-vswitchd
+fi
+
+#DEBHELPER#
+
+exit 0