updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / bluediving / bluediving.install
blob0d74c7f43cba79738416023ea0808acb94cafcf7
1 # arg 1:  the new package version
2 post_install() {
3 /bin/cat << THEEND
5 [Disclaimer]
6 Please respect the privacy of other human beings and think before
7 you type! And please don't use this software to destroy other
8 people's devices. That's dumb dude!
10 Before you start, please have a look at the /etc/bluedivingNG.conf
11 file and edit it accordingly.
13 THEEND
15 /bin/true
18 # arg 1:  the new package version
19 # arg 2:  the old package version
20 post_upgrade() {
21     post_install $1
23   /bin/true
26 op=$1
27 shift
28 $op $*