diff options
Diffstat (limited to 'arch-base-nodejs/bootstrap_nodejs.sh')
| -rwxr-xr-x | arch-base-nodejs/bootstrap_nodejs.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch-base-nodejs/bootstrap_nodejs.sh b/arch-base-nodejs/bootstrap_nodejs.sh index 313a4cb..d698f12 100755 --- a/arch-base-nodejs/bootstrap_nodejs.sh +++ b/arch-base-nodejs/bootstrap_nodejs.sh @@ -3,9 +3,4 @@ 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 +bootstrap_clean_nodejs |
