Modificar Cinnamon/acorhooks/normal/0520-applications.hook.chroot
This commit is contained in:
parent
408731e31e
commit
4dd5e29cbf
|
@ -8,6 +8,9 @@
|
||||||
# apt remove -y termit
|
# apt remove -y termit
|
||||||
apt --purge --yes autoremove vim vim-tiny nautilus murrine-themes hv3 inkscape gnome-control-center gnome-control-center-data gnome-system-monitor malcontent konsole termit raspi-firmware systemsettings nvidia*
|
apt --purge --yes autoremove vim vim-tiny nautilus murrine-themes hv3 inkscape gnome-control-center gnome-control-center-data gnome-system-monitor malcontent konsole termit raspi-firmware systemsettings nvidia*
|
||||||
|
|
||||||
|
# Remove /boot/firmware folder
|
||||||
|
rm -r /boot/firmware
|
||||||
|
|
||||||
# Lowers the footprint in RAM at the small expense of added size to the ISO.
|
# Lowers the footprint in RAM at the small expense of added size to the ISO.
|
||||||
#update-icon-caches /usr/share/icons/*
|
#update-icon-caches /usr/share/icons/*
|
||||||
find /usr/share/icons -type d -exec gtk-update-icon-cache -f {} \;
|
find /usr/share/icons -type d -exec gtk-update-icon-cache -f {} \;
|
||||||
|
|
Loading…
Reference in New Issue