updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / filesystem-backup / filesystem-backup.install
blobc6cef7e202897564dfbaf0bc55fe8ae1650e0f69
1 ## arg 1:  the new package version
2 post_install() {
3   echo "==> Don't forget to add a cron job to execute the filesystem-backup script daily!"
7 post_upgrade() {
8   echo "==> filesystem-back now supports passing the path of a configuration file on the command line"
9   echo "==> so multiple backups can be configured in separate configuration files if required. If you"
10   echo "==> don't need this functionality, then you don't need to change anything except merge your"
11   echo "==> options.conf with the .pacnew file and leave the default values."
14 ## arg 1:  the old package version
15 post_remove() {
16   echo "==> Don't forget to remove your cron job that excutes the filesystem-backup script"
19 # vim:set ts=2 sw=2 et: