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 Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git]
/
bin32-mumble-overlay
/
bin32-mumble-overlay.install
blob
a144153fd18ee1c5b8eee35df2c6a06cfb5b4d89
1
# arg 1: the new package version
2
pre_install() {
3
/bin/true
4
}
5
6
post_install() {
7
/bin/true
8
}
9
10
# arg 1: the new package version
11
# arg 2: the old package version
12
pre_upgrade() {
13
/bin/true
14
}
15
16
post_upgrade() {
17
/bin/true
18
}
19
20
# arg 1: the old package version
21
pre_remove() {
22
/bin/true
23
}
24
25
# arg 1: the old package version
26
post_remove() {
27
/bin/true
28
}
29
30
op=$1
31
shift
32
$op $*