updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / flexbackup / flexbackup.install
blobb24bc7a4b35166d0253a3505ab56e80a85454483
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8   /bin/true
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 pre_upgrade() {
14   /bin/true
17 # arg 1:  the new package version
18 # arg 2:  the old package version
19 post_upgrade() {
20   /bin/true
23 # arg 1:  the old package version
24 pre_remove() {
25   echo ""
26   echo "/var/log/flexbackup has not been deleted. Delete it if you no longer need flexbackup's log files."
27   echo "/var/lib/flexbackup has not been deleted. Delete it if you no longer need flexbackup's index files."
28   /bin/true
31 # arg 1:  the old package version
32 post_remove() {
33   /bin/true
36 op=$1
37 shift
38 $op $*