Upgrade PHPWord
[civicrm-core.git] / tools / scripts / npm / postinstall.sh
CommitLineData
77665792
TO
1#!/bin/bash
2if [ -d node_modules ]; then
fd72e042
TO
3 ## http://drupal.stackexchange.com/questions/126880/how-do-i-prevent-drupal-raising-a-segmentation-fault-when-using-a-node-js-themin
4 ## https://www.drupal.org/node/2309023
77665792
TO
5 find node_modules/ -name '*.info' -type f -delete
6fi