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-chewing-git
/
ibus-chewing.install
blob
d3f465fc3008c74d36bc2655f825552274c0f067
1
2
post_install()
3
{
4
echo "Install gconf schemas ...."
5
/usr/bin/gconftool-2 --install-schema-file=/usr/share/gconf/schemas/ibus-chewing.schemas >/dev/null
6
}
7
8
post_upgrade()
9
{
10
post_install
11
}