aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/deb/debian/vpp.postinst
blob: 78fcac226a854ddb5351d441d43bdc8a08c21fe9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

# try to set the required values now. This may or may not work.
sysctl --system

#DEBHELPER#

exit 0