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 18 20:10:41 UTC 2012
[aur-mirror.git]
/
glabels
/
glabels.install
blob
27ae0f3d8db7016b59c4f5ceb80c169fcf9b65d9
1
post_install() {
2
gtk-update-icon-cache
3
update-mime-database usr/share/mime &> /dev/null
4
update-desktop-database -q
5
glib-compile-schemas /usr/share/glib-2.0/schemas
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
13
post_remove() {
14
post_install $1
15
}