From 03a3a6222b4ccdf9a7ee61deb95053bc6e50c2c8 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Wed, 30 Dec 2020 13:43:08 +0100 Subject: Additional cleanups --- backend/modules/install_configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/modules/install_configure b/backend/modules/install_configure index 50bca8f..ad5a543 100644 --- a/backend/modules/install_configure +++ b/backend/modules/install_configure @@ -112,6 +112,7 @@ function configure_target_purge_live_only_stuff() # remove live-only-packages chroot_it dpkg --purge \ acritoxinstaller \ + acritoxinstaller-icons \ acritoxinstaller-kanotix \ kanotix-enable-persistent-live \ live-boot-initramfs-tools \ @@ -135,6 +136,9 @@ function configure_target_purge_live_only_stuff() gfxoverlay \ zram &> /dev/null + # remove unused stuff + chroot_it apt-get autoremove --purge --yes + # remove kde-config-touchpad if no touchpad is available [ "$(su "$FLL_LIVE_USER" -c "qdbus org.kde.synaptiks /modules/synaptiks org.kde.Synaptiks.isTouchpadAvailable")" = true ] && \ chroot_it dpkg --purge kde-config-touchpad -- cgit v1.0