diff options
author | 2017-03-20 21:38:37 +0100 | |
---|---|---|
committer | 2017-03-28 23:37:43 +0000 | |
commit | 0679760dc54798a47731943b97b1dc5b2a455e3d (patch) | |
tree | 3e8e6ceb592ab9a73dd96ea1ede417f5fb622b28 /build-root/deb/debian/vpp-api-python.prerm | |
parent | 58f061dca4cb049410a72bb21a9643f7acffa738 (diff) |
Python API: Fixup of debian package after cFFI changes.
Change-Id: I4c2a1a818f28d4c6cf52af45f3b7dbfa41d77ccb
Signed-off-by: Ole Troan <ot@cisco.com>
(cherry picked from commit afaa85f873a7bff1cf1e32c22f909af3018ccfee)
Diffstat (limited to 'build-root/deb/debian/vpp-api-python.prerm')
-rw-r--r-- | build-root/deb/debian/vpp-api-python.prerm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build-root/deb/debian/vpp-api-python.prerm b/build-root/deb/debian/vpp-api-python.prerm deleted file mode 100644 index e6d92df9b13..00000000000 --- a/build-root/deb/debian/vpp-api-python.prerm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -# before removing python-api files -python2_sitedir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") -easy_install --install-dir=$python2_sitedir -mxNq vpp_papi - -# the egg has been copied during install -rm $python2_sitedir/vpp_papi-*.egg |