python2-ipython: Remove extra files

This commit is contained in:
Alexey Pavlov
2018-09-03 13:39:33 +03:00
parent b696e32bb5
commit 25e968e7cc
2 changed files with 0 additions and 28 deletions

View File

@@ -1,14 +0,0 @@
post_install() {
cd mingw32
local _prefix=$(pwd -W)
cd -
local _it
for _it in iptest iptest3 ipython ipython3; do
sed -e "s|/mingw32|${_prefix}|g" \
-i mingw32/bin/${_it}
done
}
post_upgrade() {
post_install
}

View File

@@ -1,14 +0,0 @@
post_install() {
cd mingw64
local _prefix=$(pwd -W)
cd -
local _it
for _it in iptest iptest3 ipython ipython3; do
sed -e "s|/mingw64|${_prefix}|g" \
-i mingw64/bin/${_it}
done
}
post_upgrade() {
post_install
}