diff options
author | Christian Hesse <mail@eworm.de> | 2021-06-23 00:43:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-06-23 08:38:44 +0200 |
commit | 420986fdfcaee163da10e5e8c6376b6e178c025c (patch) | |
tree | 00c57ba216caeed59051f7eeb66487977fbc5e4d /email-backup | |
parent | 06a0f42039008120bd256680b9433033eca2f5e1 (diff) |
packages-update: use 'provides' to find backup scripts
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/email-backup b/email-backup index 5a74220..a819a4a 100644 --- a/email-backup +++ b/email-backup @@ -3,6 +3,8 @@ # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # +# provides: backup-script +# # create and email backup and config file # https://git.eworm.de/cgit/routeros-scripts/about/doc/email-backup.md |