tools: remove unused osx-pkg-postinstall.sh
PR-URL: https://github.com/nodejs/node/pull/57667 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
414013dcfb
commit
b90c4ab937
@ -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
|
Loading…
x
Reference in New Issue
Block a user