Clarify help function

This commit is contained in:
2019-09-16 18:36:45 +02:00
parent 2d50c7b158
commit ffea2abdb2
3 changed files with 10 additions and 3 deletions

7
simple-backup.install Normal file
View File

@ -0,0 +1,7 @@
post_install() {
echo "An example configuration file is found in /etc/simple_backup/config."
}
post_upgrade() {
post_install
}