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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
ibus-wout-gconf
/
ibus.install
blob
a328d7a9f79b436e57a247735b240c9626e68ab0
1
post_install() {
2
echo "Updating gtk.immodules..."
3
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
4
echo "Done."
5
6
gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
7
8
# update for gkt3
9
gtk-query-immodules-3.0 --update-cache
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
17
post_remove() {
18
post_install $1
19
}