wok diff ntop/receipt @ rev 11639

Add: sharedance
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 03 00:27:22 2012 +0100 (2012-02-03)
parents 65dace417400
children ba5507fa22f8
line diff
     1.1 --- a/ntop/receipt	Sat Dec 17 11:15:42 2011 +0100
     1.2 +++ b/ntop/receipt	Fri Feb 03 00:27:22 2012 +0100
     1.3 @@ -46,14 +46,6 @@
     1.4  	# Copy startup script and fix perms
     1.5  	cp -a stuff/etc $fs
     1.6  	chown root.root $fs/etc/init.d/ntop
     1.7 -
     1.8 -	# Package all ntop pkgs (cookutils only)
     1.9 -	if [ -x /usr/bin/cook ]; then
    1.10 -		for i in $(cd $WOK; ls -d ntop-*)
    1.11 -		do
    1.12 -			cook $i
    1.13 -		done
    1.14 -	fi
    1.15  }
    1.16  
    1.17  post_install()