2019-09-16 18:36:45 +02:00
|
|
|
post_install() {
|
2023-04-15 22:16:50 +02:00
|
|
|
echo "An example configuration file is found in /etc/simple_backup/simple_backup.config."
|
2023-04-29 21:53:06 +02:00
|
|
|
echo "Copy it to ~/config/simple_backup/simple_backup.config and modify it as needed"
|
2019-09-16 18:36:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
post_upgrade() {
|
|
|
|
|
post_install
|
|
|
|
|
}
|