aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/deb/debian/vpp-api-python.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'build-root/deb/debian/vpp-api-python.postinst')
-rw-r--r--build-root/deb/debian/vpp-api-python.postinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/build-root/deb/debian/vpp-api-python.postinst b/build-root/deb/debian/vpp-api-python.postinst
deleted file mode 100644
index ca1c856f..00000000
--- a/build-root/deb/debian/vpp-api-python.postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-
-# after installing python-api files
-python2_sitedir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
-easy_install --install-dir=$python2_sitedir -z $python2_sitedir/vpp_papi/vpp_papi-*.egg