summarylogtreecommitdiffstats
path: root/pgsql-backup.install
blob: d6eb0ec2787d55ebf7f54f1cfa28ec21735247aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## arg 1:  the new package version
post_install() {
  echo "Don't forget to add a cron job to execute the pgsql-backup script daily!"
  echo "IMPORTANT: configuration has moved from /etc/pgsql-backup/ directory to /etc/pgsql-backup.conf"
}

## arg 1:  the old package version
post_remove() {
  echo "Don't forget to remove your cron job that excutes the pgsql-backup script"
}

# vim:set ts=2 sw=2 et: