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

38 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2023-02-04 18:25:27 -01:00
#!/bin/bash
2024-02-13 17:29:46 -01:00
################################################################################
# Title: 0520-applications.hook.chroot
# Description: Script to remove packages and other things
# Author: manuel rosa <manuelsilvarosa@gmail.com>
# Date: Outubro 29, 2023
# License: GPL-3.0-or-later
################################################################################
2023-02-04 18:25:27 -01:00
# Remove software
2024-02-13 17:29:46 -01:00
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 \
systemsettings \
nvidia* \
imagemagick*
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
2024-02-13 17:29:46 -01:00
# add flatpak repo to gnome-software
2023-02-04 18:25:27 -01:00
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
2024-02-13 17:29:46 -01:00
# add-architecture i386
2023-02-04 18:25:27 -01:00
dpkg --add-architecture i386