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]
/
mathematica
/
mathematica.install
blob
df12b130277593cd492ebf557569dc7b13d1fd26
1
pkgname=mathematica
2
3
post_install() {
4
update-desktop-database -q
5
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
6
update-mime-database usr/share/mime &>/dev/null
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
15
}