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