summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-02-28 15:14:16 +0000
committerJoe <joe@joelightning.com>2011-02-28 15:14:16 +0000
commit6577f7db15df9c5d19532bde142a29a675d5aa77 (patch)
treed1c31bd322a94db94f4199537261be7f656c94e5
parent4c2c1fa3582e88eb2a6c606d56f8f1fede38edf7 (diff)
After installing the libre mirrorlist, the `mirrorlist.pacnew' file gets
renamed to `mirrorlist' automatically.
-rwxr-xr-xarch2parabola3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch2parabola b/arch2parabola
index 1acddd4..6de8bfd 100755
--- a/arch2parabola
+++ b/arch2parabola
@@ -211,6 +211,9 @@ EOF
abort
fi
+# Rename `mirrorlist.pacnew' to `mirrorlist'.
+mv /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlist
+
section="---------- Package Replacement ----------"
log_section
cat << EOF