diff options
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-09 22:09:28 +0000 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-09 22:09:28 +0000 |
commit | 7518e04c2e2c5dc30474ea9ca992be8f0201983b (patch) | |
tree | 3421d6abdd1806f84dfe4ccbbd6fae3495311c11 | |
parent | 73402a14599d4bdb72e68c133414b5bfb4ef062b (diff) | |
download | pacman-7518e04c2e2c5dc30474ea9ca992be8f0201983b.tar.xz |
* gen-mirrorlist.sh not needed anymore
-rwxr-xr-x | etc/pacman.d/gen-mirrorlist.sh | 12 |
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 |