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 00:07:16 UTC 2012
[aur-mirror.git]
/
eina-audio-player
/
eina-audio-player.install
blob
b1ee00cea012c4f21256ac55180fad42b7d73796
1
pkgname=eina-audio-player
2
3
post_install() {
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
glib-compile-schemas usr/share/glib-2.0/schemas
6
update-desktop-database -q
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
post_install $1
15
}