diff --git a/tools/osx-pkg-postinstall.sh b/tools/osx-pkg-postinstall.sh deleted file mode 100644 index ab0dfa8d234..00000000000 --- a/tools/osx-pkg-postinstall.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# TODO Can this be done inside the .pmdoc? -# TODO Can we extract $PREFIX from the installer? -cd /usr/local/bin || exit - -ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm -ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx - -ln -sf ../lib/node_modules/corepack/dist/corepack.js corepack