MT#55283 rename python package for backports

Change-Id: I712b56e74fe83675fdecd86f0466400cf7065a11
mr26.1
Richard Fuchs 2 weeks ago
parent a8aa5fc807
commit f46a81d8f6

@ -17,7 +17,9 @@ cp -ra backports debian
echo "- Remove ngcp- prefix"
find debian -maxdepth 2 -type f -exec \
sed -i -e 's/ngcp-rtpengine/rtpengine/g' \
-e 's/ngcp\\-rtpengine/rtpengine/g' {} \;
-e 's/ngcp\\-rtpengine/rtpengine/g' \
-e 's/ngcp-python/python/g' \
{} \;
## remove same file on links
while read -r file; do

Loading…
Cancel
Save