summaryrefslogtreecommitdiff
path: root/tools/osx-pkg-postinstall.sh
blob: 971da3a88a70c044e5350492c18408116a6e195a (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 || exit
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx