mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-05 07:14:17 +01:00
Removed static library files in /usr/lib (reduces the ISO image by 27MB)
This commit is contained in:
parent
45577abf34
commit
a438dc666f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue