summarylogtreecommitdiffstats
path: root/automysqlbackup.install
diff options
context:
space:
mode:
authorThomas Kuther2015-08-11 18:54:31 +0200
committerThomas Kuther2015-08-11 18:54:31 +0200
commitc620a266b343644cb7a67d53d1fcd8960a418e2b (patch)
tree2bc2366d79e053f4f9ecfb3997639fcdcb2e764c /automysqlbackup.install
downloadaur-c620a266b343644cb7a67d53d1fcd8960a418e2b.tar.gz
recover from aur3
Diffstat (limited to 'automysqlbackup.install')
-rw-r--r--automysqlbackup.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/automysqlbackup.install b/automysqlbackup.install
new file mode 100644
index 000000000000..f843ea4b65c6
--- /dev/null
+++ b/automysqlbackup.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "------------------------------------------------------------"
+ echo "> Link /usr/bin/automysqlbackup to /etc/cron.daily or /etc/cron.weekly:"
+ echo "> ln -s /usr/bin/automysqlbackup /etc/cron.daily/automysqlbackup"
+ echo "> "
+ echo "> Edit the default settings in /etc/automysqlbackup/automysqlbackup.conf"
+ echo "------------------------------------------------------------"
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: