diff --git a/iso_configs/pylibraries/pepperpy/hooks.py b/iso_configs/pylibraries/pepperpy/hooks.py index 78415f20..f89ea763 100644 --- a/iso_configs/pylibraries/pepperpy/hooks.py +++ b/iso_configs/pylibraries/pepperpy/hooks.py @@ -230,7 +230,6 @@ def final_cleanup(): Followed by "\" , add files to be removed, one per line. """ files_to_remove = [ "/usr/bin/install-debian", - "/usr/share/applications/min.desktop", "/usr/share/applications/calamares-install-debian.desktop" ] for file_path in files_to_remove: diff --git a/python_modules/conf.py b/python_modules/conf.py index 935e6896..4988f7ef 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -244,7 +244,6 @@ LOADED_LIST = ('xfce4\n' 'xserver-xorg-video-vmware\n' 'xserver-xorg-video-all\n' 'apt-config-auto-update\n' - 'gnome-packagekit\n' 'gnome-system-tools\n' 'gvfs-backends\n' 'blueman\n'