8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
post_install() {
|
|
echo "An example configuration file is found in /etc/simple_backup/config."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|