summarylogtreecommitdiffstats
path: root/aarchup.install
diff options
context:
space:
mode:
authorAndré Ericson2015-09-30 00:54:36 -0300
committerAndré Ericson2015-09-30 00:54:36 -0300
commit1f78846a34d2144faf33458166966d2f5080e1dc (patch)
treeaeee2a83218535fe2320db3a9e6ce960961936b9 /aarchup.install
parent1f2324ada7a1d1e232ff1e621dc86ebfde7bb7c2 (diff)
downloadaur-1f78846a34d2144faf33458166966d2f5080e1dc.tar.gz
Update to version 1.8
Diffstat (limited to 'aarchup.install')
-rw-r--r--aarchup.install16
1 files changed, 10 insertions, 6 deletions
diff --git a/aarchup.install b/aarchup.install
index 0085d4ff41de..6f84814c2369 100644
--- a/aarchup.install
+++ b/aarchup.install
@@ -1,15 +1,19 @@
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
+ To avoid problems with partial upgrades (http://gist.io/5660494) we no longer
+ use the combination of pacman -Sy/-Qu to check for updates.
+
+ As a result of this --ignore-disconnect was removed. Please remove it from your configurations, if you were using it.
+
+ If you were using --command|-c, note that the command has to check for updates now
+ since we no longer call pacman -Sy.
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
+ 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
}