Skip to content

Commit 8520a8d

Browse files
authored
Merge pull request #2762 from shopware5/chore/clean-up-fonts
chore: Remove system default fonts due to license mismatches
2 parents 08b2cdd + c2c2b66 commit 8520a8d

File tree

23 files changed

+2
-35
lines changed

23 files changed

+2
-35
lines changed

build/composer-post-install-cmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ root_dir="$script_dir"/..
77

88
set -x
99

10-
rm -rf -- "$root_dir"/vendor/mpdf/mpdf/ttfonts
10+
find -- "$root_dir"/vendor/mpdf/mpdf/ttfonts -type f ! -name 'DejaVu*' -exec rm {} +
1111
rm -rf -- "$root_dir"/vendor/google/protobuf/src
1212
rm -rf -- "$root_dir"/vendor/google/protobuf/java
1313
rm -rf -- "$root_dir"/vendor/google/protobuf/objectivec
-359 KB
Binary file not shown.
-344 KB
Binary file not shown.
-221 KB
Binary file not shown.
-203 KB
Binary file not shown.
-296 KB
Binary file not shown.
-306 KB
Binary file not shown.
-231 KB
Binary file not shown.
-239 KB
Binary file not shown.
-151 KB
Binary file not shown.

0 commit comments

Comments
 (0)