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 a43dc56 commit 55310d7Copy full SHA for 55310d7
build/composer-post-install-cmd.sh
@@ -7,7 +7,7 @@ root_dir="$script_dir"/..
7
8
set -x
9
10
-rm -rf -- "$root_dir"/vendor/mpdf/mpdf/ttfonts
+find -- "$root_dir"/vendor/mpdf/mpdf/ttfonts -type f ! -name 'DejaVu*' -exec rm {} +
11
rm -rf -- "$root_dir"/vendor/google/protobuf/src
12
rm -rf -- "$root_dir"/vendor/google/protobuf/java
13
rm -rf -- "$root_dir"/vendor/google/protobuf/objectivec
0 commit comments