summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJürgen Hötzel <juergen@archlinux.org>2007-02-09 23:09:28 +0100
committerJürgen Hötzel <juergen@archlinux.org>2007-02-09 23:09:28 +0100
commit7518e04c2e2c5dc30474ea9ca992be8f0201983b (patch)
tree3421d6abdd1806f84dfe4ccbbd6fae3495311c11 /etc
parent73402a14599d4bdb72e68c133414b5bfb4ef062b (diff)
downloadpacman-7518e04c2e2c5dc30474ea9ca992be8f0201983b.tar.gz
pacman-7518e04c2e2c5dc30474ea9ca992be8f0201983b.tar.xz
* gen-mirrorlist.sh not needed anymore
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pacman.d/gen-mirrorlist.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/pacman.d/gen-mirrorlist.sh b/etc/pacman.d/gen-mirrorlist.sh
deleted file mode 100755
index cbb6362c..00000000
--- a/etc/pacman.d/gen-mirrorlist.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-# gen-mirrorlist.sh
-# There's absolutely no way to make autoconf do this, so instead, autoconf will
-# call this script - simple enough.
-
-
-REPOS="current extra unstable release community"
-
-for i in $REPOS; do
- rm -f $i
- cat mirrorlist | sed "s|@@REPO@@|$i|g" > $i
-done