Remove large gcc-libs libraries (libgphobos and libgfortran)

This commit is contained in:
fdupoux 2020-06-28 09:35:10 +01:00
parent bc23e2dc90
commit f5c2bc5598

View file

@ -47,7 +47,7 @@ ln -sf /usr/bin/busybox /usr/local/bin/strings
# Cleanup
find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
find /usr/lib -type f,l -name '*.a' -delete
rm -rf /usr/lib/libgo.*
rm -rf /usr/lib/{libgo.*,libgphobos.*,libgfortran.*}
rm -rf /usr/share/gtk-doc /usr/share/doc /usr/share/keepassxc/docs/*.pdf
rm -rf /usr/share/keepassxc/translations
rm -rf /usr/share/gir*