diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-06-30 20:20:03 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-06-30 20:20:03 +0200 |
commit | 94ed57c47f930205f3b950678cf6e027f1c45db7 (patch) | |
tree | b889afd8633a413408bf57b2f4d6b6b4398f4054 /app-backup/borgmatic | |
parent | dev-perl/Crypt-DH: Actually EAPI7 (diff) | |
download | gentoo-94ed57c47f930205f3b950678cf6e027f1c45db7.tar.gz gentoo-94ed57c47f930205f3b950678cf6e027f1c45db7.tar.bz2 gentoo-94ed57c47f930205f3b950678cf6e027f1c45db7.zip |
app-backup/borgmatic: Do not mention upgrade-borgmatic-config
No real point, we have never had versions which used INI-style configs
in the tree.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-backup/borgmatic')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild | 3 | ||||
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.6.ebuild | 3 | ||||
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.7.ebuild | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild index a287fddbef27..040e887e7ced 100644 --- a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild @@ -62,9 +62,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To generate a sample configuration file, run:" elog " generate-borgmatic-config" - else - elog "To upgrade your configuration file to the current version, run:" - elog " upgrade-borgmatic-config" fi elog elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units." diff --git a/app-backup/borgmatic/borgmatic-1.5.6.ebuild b/app-backup/borgmatic/borgmatic-1.5.6.ebuild index a287fddbef27..040e887e7ced 100644 --- a/app-backup/borgmatic/borgmatic-1.5.6.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.6.ebuild @@ -62,9 +62,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To generate a sample configuration file, run:" elog " generate-borgmatic-config" - else - elog "To upgrade your configuration file to the current version, run:" - elog " upgrade-borgmatic-config" fi elog elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units." diff --git a/app-backup/borgmatic/borgmatic-1.5.7.ebuild b/app-backup/borgmatic/borgmatic-1.5.7.ebuild index a287fddbef27..040e887e7ced 100644 --- a/app-backup/borgmatic/borgmatic-1.5.7.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.7.ebuild @@ -62,9 +62,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "To generate a sample configuration file, run:" elog " generate-borgmatic-config" - else - elog "To upgrade your configuration file to the current version, run:" - elog " upgrade-borgmatic-config" fi elog elog "Systemd users wishing to periodically run borgmatic can use the provided timer and service units." |