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 Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git]
/
baobab
/
baobab.install
blob
a532a937d9e3ff9cec96e0f5363ecf562b372330
1
post_install() {
2
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
3
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4
update-desktop-database -q
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
post_remove() {
12
post_install
13
}
14
15
# vim:set ts=2 sw=2 et: