repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git]
/
python-pyicu
/
python-pyicu.install
blob
3adf6f1b3a983676c644d03b05795a45e6f16bb1
1
pkgname=python-pyicu
2
3
post_install() {
4
cat << _EOF
5
6
==> IMPORTANT!!!
7
==> You must run the following as root to finish installation:
8
==>
9
==> easy_install PyICU
10
11
_EOF
12
}
13
14
post_upgrade() {
15
post_install $1
16
}
17