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 Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git]
/
geogebra
/
geogebra.install
blob
a9e8b1e496c56d2b5f0322788c070fa8924ea495
1
post_install() {
2
echo "update mime database..."
3
update-mime-database /usr/share/mime/ > /dev/null
4
echo "update desktop database..."
5
update-desktop-database -q
6
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
post_install $1
15
}
16