diff options
Diffstat (limited to 'build-root/deb/debian/vpp.postinst')
-rw-r--r-- | build-root/deb/debian/vpp.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-root/deb/debian/vpp.postinst b/build-root/deb/debian/vpp.postinst new file mode 100644 index 00000000000..78fcac226a8 --- /dev/null +++ b/build-root/deb/debian/vpp.postinst @@ -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 |