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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
umplayer
/
umplayer.install
blob
f79433bca1a7d36926fd1c884dbbc28fb717f95f
1
post_install()
2
{
3
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4
update-desktop-database -q
5
}
6
7
post_upgrade()
8
{
9
post_install
10
}
11
12
post_remove()
13
{
14
post_install
15
}