* mingw-w64-python-wheel - 0.0.0 - New package - A built-package format for Python * Added myself to maintiner feild. Added opt depends for some future packages that I am working on at the moment along with their prerequisits.
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
post_install() {
|
|
cd mingw32
|
|
local _prefix=$(pwd -W)
|
|
cd -
|
|
local _it
|
|
for _it in wheel2; do
|
|
sed -e "s|/mingw32|${_prefix}|g" \
|
|
-i mingw32/bin/${_it}-script.py
|
|
done
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|