Refactor code
This commit is contained in:
8
simple_backup.install
Normal file
8
simple_backup.install
Normal file
@ -0,0 +1,8 @@
|
||||
post_install() {
|
||||
echo "An example configuration file is found in /etc/simple_backup/config."
|
||||
echo "Copy it to ~/.simple_backup/simple_backup.config and modify it as needed"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Reference in New Issue
Block a user