From 7518e04c2e2c5dc30474ea9ca992be8f0201983b Mon Sep 17 00:00:00 2001 From: Jürgen Hötzel Date: Fri, 9 Feb 2007 22:09:28 +0000 Subject: * gen-mirrorlist.sh not needed anymore --- etc/pacman.d/gen-mirrorlist.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 etc/pacman.d/gen-mirrorlist.sh (limited to 'etc') 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 -- cgit v1.2.3-24-g4f1b