summaryrefslogtreecommitdiff
path: root/tools/osx-pkg-postinstall.sh
blob: 8212c27f8e870aa94316c119903ab4b08909435c (plain)
1
2
3
4
5
6
#!/bin/sh
# TODO Can this be done inside the .pmdoc?
# TODO Can we extract $PREFIX from the installer?
cd /usr/local/bin
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx