summarylogtreecommitdiffstats
path: root/aarchup.install
diff options
context:
space:
mode:
authorAndré Ericson2015-07-07 00:08:59 -0300
committerAndré Ericson2015-07-07 00:08:59 -0300
commit2e21959b2248d3e8ded79995fca836449b7d2790 (patch)
treeb27dc3b7d5b6339a5d7fcc4bea2325630ce6ab42 /aarchup.install
downloadaur-2e21959b2248d3e8ded79995fca836449b7d2790.tar.gz
Initial commit
Diffstat (limited to 'aarchup.install')
-rw-r--r--aarchup.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/aarchup.install b/aarchup.install
new file mode 100644
index 000000000000..0085d4ff41de
--- /dev/null
+++ b/aarchup.install
@@ -0,0 +1,15 @@
+post_upgrade() {
+ cat << EOF
+ Crontab is no longer supported. The prefered method is still with --loop-time.
+ Alternatively you can use systemd timer included in the package. Please see man aarchup.
+ If you wish to use the systemd timer you can set the time frequency on the file /etc/systemd/system/aarchup.timer
+EOF
+}
+
+post_install() {
+ cat <<EOF
+ Please check man pages for installation instructions.
+ If you have any problems or would like to request a feature,
+ check https://bbs.archlinux.org/viewtopic.php?id=119129
+EOF
+}