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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
banshee-devel
/
banshee-devel.install
blob
1ee9941d568e5f2b33f6054d2a59c0bc3b8235b1
1
2
post_install() {
3
update-desktop-database -q
4
update-mime-database usr/share/mime &> /dev/null
5
xdg-icon-resource forceupdate
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
post_remove() {
13
post_install $1
14
}