diff options
Diffstat (limited to 'build-root/deb/debian/vpp.postinst')
-rw-r--r-- | build-root/deb/debian/vpp.postinst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build-root/deb/debian/vpp.postinst b/build-root/deb/debian/vpp.postinst deleted file mode 100644 index 78fcac226a8..00000000000 --- a/build-root/deb/debian/vpp.postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -# try to set the required values now. This may or may not work. -sysctl --system - -#DEBHELPER# - -exit 0 |