We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb069d4 commit 2526e1dCopy full SHA for 2526e1d
tools/osx-pkg/scripts/uninstall.sh
@@ -11,5 +11,9 @@ if [ -f /tmp/iojs-run-uninstall ]; then
11
rm -f $DIR_PREFIX/share/man/man1/iojs.1
12
rm -f $DIR_PREFIX/share/systemtap/tapset/node.stp
13
14
+ if [ ! "$(ls -A $DIR_PREFIX/lib/node_modules)" ]; then
15
+ rm -rf $DIR_PREFIX/lib/node_modules
16
+ fi
17
+
18
rm -f /tmp/iojs-run-uninstall
19
fi
0 commit comments