tazpkg rev 551

Remove tazwok specific files downloading - the tazwok feature needing those never been implemented correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 01 15:33:51 2012 +0100 (2012-03-01)
parents 8e2dd1e8199a
children 40e24a60be5e
files tazpkg
line diff
     1.1 --- a/tazpkg	Thu Mar 01 15:21:09 2012 +0100
     1.2 +++ b/tazpkg	Thu Mar 01 15:33:51 2012 +0100
     1.3 @@ -2324,14 +2324,6 @@
     1.4  
     1.5  			download_from $primary_mirror files.list.lzma
     1.6  
     1.7 -			# ID file & wanted/depends/libraries files were implemented
     1.8 -			# at the same time. Not all repositories have them.
     1.9 -			if [ -f ID ]; then
    1.10 -				for i in wanted depends libraries; do
    1.11 -					download_from $primary_mirror $i.txt
    1.12 -				done
    1.13 -			fi
    1.14 -
    1.15  			if [ -f "packages.list.bak" ]; then
    1.16  				diff -u packages.list.bak packages.list | grep ^+[a-z] > packages.diff
    1.17  				sed -i s/+// packages.diff