summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/syn
diff options
context:
space:
mode:
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