mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-08 01:30:01 +01:00
Remove large gcc-libs libraries (libgphobos and libgfortran)
This commit is contained in:
parent
bc23e2dc90
commit
f5c2bc5598
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue