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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
deadbeef_gbk
/
deadbeef.install
blob
eaf1b9a69813e3eb5e1598dba1497bead2cfaa47
1
pkgname=deadbeef
2
3
post_install() {
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
update-desktop-database -q
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
post_remove() {
13
post_install
14
}