Removed static library files in /usr/lib (reduces the ISO image by 27MB)

This commit is contained in:
fdupoux 2020-01-25 13:56:36 +00:00
parent 45577abf34
commit a438dc666f

View file

@ -46,6 +46,7 @@ ln -s /usr/bin/busybox /usr/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/share/gtk-doc /usr/share/doc /usr/share/keepassxc/docs/*.pdf
rm -rf /usr/share/gir*
rm -rf /usr/include