diff options
Diffstat (limited to 'arch-base-nodejs/bootstrap_nodejs.sh')
| -rwxr-xr-x | arch-base-nodejs/bootstrap_nodejs.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch-base-nodejs/bootstrap_nodejs.sh b/arch-base-nodejs/bootstrap_nodejs.sh new file mode 100755 index 0000000..313a4cb --- /dev/null +++ b/arch-base-nodejs/bootstrap_nodejs.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "==> bootstraping nodejs ..." + +## cleaning ... +rm -r /usr/share/icu/* +rm -r /usr/lib/node_modules/npm/doc/* +rm -r /usr/lib/node_modules/npm/html/doc/* +rm -r /usr/lib/node_modules/npm/man/* +rm -rf /usr/lib/python2.7/test +rm -rf /usr/share/perl5 |
