diff --git a/package.json b/package.json index 5a9e717..8a930af 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,5 @@ "version": "0.0.10", "author" : "Mathias Pettersson ", "bin": { "nodeprofile": "./bin/nodeprofile" }, - "engines": { "node": ">= 0.2.0" }, - "scripts" : { "preinstall" : "./scripts/preinstall.sh" } + "engines": { "node": ">= 0.2.0" } } diff --git a/scripts/preinstall.sh b/scripts/preinstall.sh deleted file mode 100755 index 2155c8d..0000000 --- a/scripts/preinstall.sh +++ /dev/null @@ -1,19 +0,0 @@ -PLATFORM=`uname` -if [ "$PLATFORM" = "Darwin" ] -then - if [ -z "$(locate mac-tick-processor)" ] - then - echo "Couldn't find mac-tick-processor" - exit 1 - fi -elif [ "$PLATFORM" = "Linux" ] -then - if [ -z "$(locate linux-tick-processor.py)" ] - then - echo "Couldn't find linux-tick-processor.py" - exit 1 - fi -else - echo "Unknown platform" -fi -