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]
/
xgeu
/
xgeu.install
blob
42266ab31025175c76a6317ac80b72b6adbfb671
1
post_install() {
2
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
3
if [ -f update-desktop-database ]; then
4
update-desktop-database -q &> /dev/null
5
fi
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
pre_remove() {
13
post_install $1
14
}