summaryrefslogtreecommitdiffstats
path: root/build-root/deb/debian/vpp-python-api.prerm
diff options
context:
space:
mode:
authorGabriel Ganne <gabriel.ganne@qosmos.com>2017-01-04 14:42:21 +0100
committerGabriel Ganne <gabriel.ganne@qosmos.com>2017-01-04 14:57:58 +0100
commit12d93ec04c43f3d72f8676f30a5b2ad624bf9f77 (patch)
treefcbfe6f91f93761c306c6598515772cbaace5592 /build-root/deb/debian/vpp-python-api.prerm
parent0eca04d84e39ca16c60bea91d77a1c458300c16c (diff)
rename vpp python's api debian scripts
python's api has been renamed from *vpp-python-api* -> *vpp-api-python* deb scripts need to follow the package name in order to be called Change-Id: I0c9ec45cc3d478c3b90aa75bcd2b8a9f7809cbc9 Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
Diffstat (limited to 'build-root/deb/debian/vpp-python-api.prerm')
-rw-r--r--build-root/deb/debian/vpp-python-api.prerm8
1 files changed, 0 insertions, 8 deletions
diff --git a/build-root/deb/debian/vpp-python-api.prerm b/build-root/deb/debian/vpp-python-api.prerm
deleted file mode 100644
index e6d92df9b13..00000000000
--- a/build-root/deb/debian/vpp-python-api.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