Files
simple_backup/simple_backup.install

9 lines
233 B
Plaintext
Raw Normal View History

2019-09-16 18:36:45 +02:00
post_install() {
2023-05-02 18:07:41 +02:00
echo "An example configuration file is found in /etc/simple_backup/simple_backup.conf."
echo "Copy it to ~/config/simple_backup/simple_backup.conf and modify it as needed"
2019-09-16 18:36:45 +02:00
}
post_upgrade() {
post_install
}