simple_backup/simple_backup.install
2023-04-29 21:53:06 +02:00

9 lines
237 B
Plaintext

post_install() {
echo "An example configuration file is found in /etc/simple_backup/simple_backup.config."
echo "Copy it to ~/config/simple_backup/simple_backup.config and modify it as needed"
}
post_upgrade() {
post_install
}