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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
krosswordpuzzle
/
krosswordpuzzle.install
blob
8c800c246abf3140a40172947c0eca0b23c3cb5e
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
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
post_remove() {
13
post_install $1
14
}