Build-configs/Lxqt32/acorhooks/normal/0520-applications.hook.chroot

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-02-04 18:25:27 -01:00
#!/bin/bash
### Error checking added to "lint-trap" section.
### Missing files no longer cause builds to fail.
# Remove software
# apt remove -y firefox-esr
# apt remove -y termit
2024-01-24 12:05:12 -01:00
apt --purge --yes autoremove vim vim-tiny hv3 mpv murrine-themes smplayer smtube audacious screengrab konsole malcontent termit raspi-firmware smtube audacious nvidia* imagemagick*
2023-02-04 18:25:27 -01:00
# Remove /boot/firmware folder
rm -r /boot/firmware
2023-06-25 21:31:22 +00:00
## This section is the "lint-trap" to remove files and/or
## directories not associated with or required by AcorOS.
## Followed by \ , add files to be removed, one per line.
for i in \
/usr/share/applications/kdesystemsettings.desktop \
/usr/share/applications/systemsettings.desktop \
do [ -e $i ] &&
rm -rf ${i} ||
echo " The path ${i} was not found and couldn't be removed."
done
2023-02-04 18:25:27 -01:00
# Lowers the footprint in RAM at the small expense of added size to the ISO.
#update-icon-caches /usr/share/icons/*
find /usr/share/icons -type d -exec gtk-update-icon-cache -f {} \;
2023-02-04 18:25:27 -01:00
#add flatpak repo to gnome-software
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo