Files
MINGW-packages/mingw-w64-python2-setuptools/setuptools2-UCRT64.install
2023-12-17 17:43:19 +01:00

15 lines
233 B
Plaintext

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