repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
scim
/
repos
/
extra-x86_64
/
install
blob
66912523ae4eaf0de4a288c918ef7dc5ddec28c5
1
post_install() {
2
[[ -x usr/bin/gtk-query-immodules-2.0 ]] && gtk-query-immodules-2.0 --update-cache
3
[[ -x usr/bin/gtk-query-immodules-3.0 ]] && gtk-query-immodules-3.0 --update-cache
4
true
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
post_remove() {
12
post_install
13
}