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 Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
uim-alpha
/
install
blob
11b29d06e8c2b2a7979fdcd8f8afdda61a6d5ca5
1
post_install() {
2
echo -n "updating gtk.immodules and immodules.cache... "
3
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
4
usr/bin/gtk-query-immodules-3.0 --update-cache
5
echo "done."
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
post_remove() {
13
post_install
14
}