From b90c4ab9375cee521b6376b97ab42ccab66f8392 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 12 Apr 2025 20:27:10 +0200 Subject: [PATCH] tools: remove unused `osx-pkg-postinstall.sh` PR-URL: https://github.com/nodejs/node/pull/57667 Reviewed-By: Jordan Harband Reviewed-By: Marco Ippolito Reviewed-By: James M Snell --- tools/osx-pkg-postinstall.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/osx-pkg-postinstall.sh 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