Implement Debian-based packaging and deployment infrastructure.
[sliver-openvswitch.git] / debian / openflow-datapath-module-_KVERS_.postinst.modules.in
diff --git a/debian/openflow-datapath-module-_KVERS_.postinst.modules.in b/debian/openflow-datapath-module-_KVERS_.postinst.modules.in
new file mode 100755 (executable)
index 0000000..49e52d6
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+# postinst script for #PACKAGE#
+#
+# see: dh_installdeb(1)
+
+set -e
+
+depmod -a
+
+#DEBHELPER#
+
+exit 0
+
+