summarylogtreecommitdiffstats
path: root/automysqlbackup.install
diff options
context:
space:
mode:
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: