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 19 12:17:07 UTC 2012
[aur-mirror.git]
/
jamin
/
jamin.install
blob
d2e62232b4168c6b528404cc0a62311813232021
1
post_install() {
2
/usr/bin/update-mime-database usr/share/mime
3
}
4
5
pre_upgrade() {
6
post_install
7
}
8
9
post_remove() {
10
post_install
11
}
12
13
# vim:set ts=2 sw=2 et: