mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Removed more files to save disk space
This commit is contained in:
parent
fbd92bbfab
commit
23e8470a3b
|
|
@ -42,6 +42,8 @@ systemctl set-default multi-user.target
|
|||
|
||||
# Cleanup
|
||||
find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
|
||||
rm -rf /usr/share/gtk-doc /usr/share/doc /usr/share/keepassxc/docs/*.pdf
|
||||
rm -rf /usr/share/gir*
|
||||
|
||||
# Update pacman.conf
|
||||
sed -i -e '/# ==== BEGIN customrepos ====/,/# ==== END customrepos ====/d' /etc/pacman.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue