mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-03 15:20:19 +01:00
Removed /usr/lib/libgo.* (reduces the ISO image by 10MB)
This commit is contained in:
parent
d028434231
commit
8e0feb7801
|
|
@ -47,6 +47,7 @@ ln -f -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/lib/libgo.*
|
||||
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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue