Initial commit of vpp code.
[vpp.git] / build-root / deb / debian / vpp.postinst
diff --git a/build-root/deb/debian/vpp.postinst b/build-root/deb/debian/vpp.postinst
new file mode 100644 (file)
index 0000000..78fcac2
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# try to set the required values now. This may or may not work.
+sysctl --system
+
+#DEBHELPER#
+
+exit 0