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