install: remove old checks from install.sh
authorRoger Pau Monne <roger.pau@entel.upc.edu>
Wed, 29 Feb 2012 14:36:04 +0000 (14:36 +0000)
committerRoger Pau Monne <roger.pau@entel.upc.edu>
Wed, 29 Feb 2012 14:36:04 +0000 (14:36 +0000)
Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
install.sh

index 691214e638c97b1a9cf29cb151f26ab5bd9be3bb..db4604c5a4c7b95715dc4e8cb448b98de057f1b1 100755 (executable)
@@ -49,9 +49,4 @@ rm -rf "$tmp"
 
 echo "All done."
 
-echo "Checking to see whether prerequisite tools are installed..."
-cd $src/../check
-./chk install
-echo "All done."
-
 exit 0