Files
MINGW-packages/mingw-w64-python-sympy/sympy2-i686.install
J. Peter Mugaas 5fee2ecf07 python-sympy and some packages it depends upon. (#4253)
* python-sympy and some packages it depends upon.

* various fixes Alex Puk suggested.  Clarified some dependencies  Removed some unused bits.
2018-08-20 21:00:29 +03:00

15 lines
223 B
Plaintext

post_install() {
cd mingw32
local _prefix=$(pwd -W)
cd -
local _it
for _it in isympy2; do
sed -e "s|/mingw32|${_prefix}|g" \
-i mingw32/bin/${_it}-script.py
done
}
post_upgrade() {
post_install
}