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 Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git]
/
banshee-git
/
banshee-git.install
blob
1d0fd332b3f9b150a44fa81271dc8f9799f63c75
1
pkgname=banshee
2
3
post_install() {
4
update-desktop-database -q
5
update-mime-database usr/share/mime &> /dev/null
6
xdg-icon-resource forceupdate
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
post_install $1
15
}