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]
/
diodon-bzr
/
diodon-bzr.install
blob
2229a34b5a874142cc101e470d23c9a91c3d8412
1
post_install() {
2
glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
3
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4
}
5
6
post_upgrade()
7
{
8
post_install "$1"
9
}
10
11
post_remove()
12
{
13
post_install "$1"
14
}