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]
/
qinfo-svn
/
qinfo.install
blob
73cd2ea244ea7d20c6f9cb141a4a59f2f235f906
1
post_install() {
2
echo "update desktop mime database..."
3
update-mime-database /usr/share/mime
4
update-desktop-database -q
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
post_remove() {
12
echo "update desktop mime database..."
13
update-mime-database /usr/share/mime
14
update-desktop-database -q
15
}
16
17
op=$1
18
shift
19
$op $*