summarylogtreecommitdiffstats
path: root/aarchup.install
diff options
context:
space:
mode:
Diffstat (limited to 'aarchup.install')
-rw-r--r--aarchup.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/aarchup.install b/aarchup.install
deleted file mode 100644
index 2eafe0eb4a84..000000000000
--- a/aarchup.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_upgrade() {
- cat << EOF
- To avoid problems with partial upgrades (http://gist.io/5660494) we no longer
- use the combination of pacman -Sy/-Qu to check for updates. We now use checkupdates.
-
- 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
-EOF
-}