summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/syn
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-01-01 01:51:15 +0100
committerorchidman <lesibel@free.fr>2012-01-01 01:51:15 +0100
commita9d655be69c75e57ba2735b654f10ca9159d8077 (patch)
treef21838885e846205bc059977d38436e5d1e242eb /base/pkg-get/syn
parent9ce23d03e7e99c31651e926ad0761c7b742806df (diff)
parenta9237573feb9d946b057b5c8f357543a6cc745d5 (diff)
downloadnutyx-extra-a9d655be69c75e57ba2735b654f10ca9159d8077.tar.gz
nutyx-extra-a9d655be69c75e57ba2735b654f10ca9159d8077.tar.bz2
nutyx-extra-a9d655be69c75e57ba2735b654f10ca9159d8077.tar.xz
nutyx-extra-a9d655be69c75e57ba2735b654f10ca9159d8077.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/pkg-get/syn')
-rw-r--r--base/pkg-get/syn7
1 files changed, 0 insertions, 7 deletions
diff --git a/base/pkg-get/syn b/base/pkg-get/syn
index 95284d529..68a38c4b2 100644
--- a/base/pkg-get/syn
+++ b/base/pkg-get/syn
@@ -25,13 +25,6 @@ fi
if ! mountpoint /media/cdrom > /dev/null; then
find_cd
fi
-for i in `cat /etc/pkg-get.conf |grep -v ^#|grep http|cut -d "|" -f 1|cut -d" " -f2|cut -d"/" -f4`
-do
- if [ -a $Depot/$i ]; then
- rm -r $Depot/$i
- fi
- mkdir -p $Depot/$i
-done
pkg-get sync
for i in `cat /etc/pkg-get.conf |grep -v ^#|grep http|cut -d "|" -f 1|cut -d" " -f2|cut -d"/" -f4`
do