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 26 00:18:00 UTC 2012
[aur-mirror.git]
/
wings3d
/
wings3d.install
blob
74ac0797d3ac7fd2aa299865bdd772bba62fc106
1
post_install() {
2
echo "update desktop mime database..."
3
update-desktop-database
4
}
5
6
post_upgrade() {
7
echo "update desktop mime database..."
8
update-desktop-database
9
}
10
11
pre_remove() {
12
/bin/true
13
}
14
15
post_remove() {
16
echo "update desktop mime database..."
17
update-desktop-database
18
}
19
20
op=$1
21
shift
22
23
$op "$@"