9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
post_install() {
|
|
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"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|