blob: 6306b803125102b8e051b77ad802ed37667e2c7a (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "An example configuration file is found in /usr/share/doc/simple_backup/simple_backup.conf."
echo "Copy it to ~/config/simple_backup/simple_backup.conf and modify it as needed"
}
post_upgrade() {
echo "Since version 3.2.8.r1.gffbf8ec simple_backup doesn't use 'last_backup' symlink to determine the last backup folder"
echo "If you have a backup directory generated with an older version which contains a symlink called 'last_backup', remove the symlink from it"
}
|