python-unidecode: New package
This commit is contained in:
committed by
Christoph Reiter
parent
52c6513cf7
commit
3f89527a89
14
mingw-w64-python-unidecode/unidecode-i686.install
Normal file
14
mingw-w64-python-unidecode/unidecode-i686.install
Normal file
@@ -0,0 +1,14 @@
|
||||
post_install() {
|
||||
cd mingw32
|
||||
local _prefix=$(pwd -W)
|
||||
cd -
|
||||
local _it
|
||||
for _it in unidecode; do
|
||||
sed -e "s|/mingw32|${_prefix}|g" \
|
||||
-i ${_prefix}/bin/${_it}-script.py
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
Reference in New Issue
Block a user