diff options
Diffstat (limited to 'build-root/deb/debian/vpp-api-python.postinst')
-rw-r--r-- | build-root/deb/debian/vpp-api-python.postinst | 5 |
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 ca1c856f9cc..00000000000 --- 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 |