Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-python2-setuptools
/
setuptools2-i686.install
blob: 157e81c30abc567d9ef1792f7e6f6b6d6cee918a [
file
] [
log
] [
blame
] [
edit
]
post_install
()
{
cd mingw32
local
_prefix
=
$
(
pwd
-
W
)
cd
-
local
_it
for
_it
in
easy_install
-
2.7
;
do
sed
-
e
"s|/mingw32|${_prefix}|g"
\
-
i $
{
_prefix
}/
bin
/
$
{
_it
}-
script
.
py
done
}
post_upgrade
()
{
post_install
}