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 20:01:47 UTC 2012
[aur-mirror.git]
/
phatch
/
phatch.install
blob
6e4de76288638e29ef142289959820ddb1fd384f
1
post_install() {
2
echo "update desktop mime database..."
3
update-desktop-database -q
4
}
5
6
post_upgrade() {
7
post_install $1
8
}
9
10
11
post_remove() {
12
echo "update desktop mime database..."
13
update-desktop-database -q
14
}
15
16
op=$1
17
shift
18
$op $*