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]
/
transolution
/
transolution.install
blob
8f02f042bc402ea183cf346445ff3d5025d25930
1
post_install() {
2
echo "Updating desktop and mime database ..."
3
update-desktop-database -q
4
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
5
}
6
7
post_remove() {
8
post_install $1
9
}