diff --git a/mingw-w64-python2-ipython/ipython3-i686.install b/mingw-w64-python2-ipython/ipython3-i686.install deleted file mode 100644 index 18d0f7d8ea..0000000000 --- a/mingw-w64-python2-ipython/ipython3-i686.install +++ /dev/null @@ -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 -} diff --git a/mingw-w64-python2-ipython/ipython3-x86_64.install b/mingw-w64-python2-ipython/ipython3-x86_64.install deleted file mode 100644 index 3c0b56817e..0000000000 --- a/mingw-w64-python2-ipython/ipython3-x86_64.install +++ /dev/null @@ -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 -}