vpp/build-root/deb/debian/vpp.postinst

9 lines
115 B
Plaintext
Raw Normal View History

#!/bin/sh -e
# try to set the required values now. This may or may not work.
sysctl --system
#DEBHELPER#
exit 0