Rework of debian packaging
[vpp.git] / src / pkg / debian / vpp.postinst
diff --git a/src/pkg/debian/vpp.postinst b/src/pkg/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