summarylogtreecommitdiffstats
path: root/borgmatic.install
diff options
context:
space:
mode:
authorAlexander Görtz2017-10-31 09:11:44 +0100
committerAlexander Görtz2017-10-31 09:17:08 +0100
commit034bf430542362a4296c6056a869e05e4a16b3c0 (patch)
treeb6e1d65e0a52040626005724d92d549ee10851e2 /borgmatic.install
parent337ada6a62f855409d22e3b9ae4d53e758a54f0c (diff)
downloadaur-034bf430542362a4296c6056a869e05e4a16b3c0.tar.gz
Add install file to show a message on update
Diffstat (limited to 'borgmatic.install')
-rw-r--r--borgmatic.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/borgmatic.install b/borgmatic.install
new file mode 100644
index 000000000000..dfb5131ee7e0
--- /dev/null
+++ b/borgmatic.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ">>> WARNING: If you are updateing from a 1.0.x release you should run:"
+ echo ">>> sudo upgrade-borgmatic-config"
+ echo ">>> to convert your config from ini to yaml format."
+ echo ">>> For more information read at: https://torsion.org/borgmatic/"
+}
+
+post_upgrade() {
+ echo ">>> WARNING: If you are updateing from a 1.0.x release you should run:"
+ echo ">>> sudo upgrade-borgmatic-config"
+ echo ">>> to convert your config from ini to yaml format."
+ echo ">>> For more information read at: https://torsion.org/borgmatic/"
+}