updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / bin32-mumble-overlay / bin32-mumble-overlay.install
bloba144153fd18ee1c5b8eee35df2c6a06cfb5b4d89
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 post_install() {
7   /bin/true
10 # arg 1:  the new package version
11 # arg 2:  the old package version
12 pre_upgrade() {
13   /bin/true
16 post_upgrade() {
17   /bin/true
20 # arg 1:  the old package version
21 pre_remove() {
22   /bin/true
25 # arg 1:  the old package version
26 post_remove() {
27   /bin/true
30 op=$1
31 shift
32 $op $*