update loaded package selection

This commit is contained in:
manuel 2024-06-26 08:57:13 +00:00
parent b251946ac3
commit 534bf77914
2 changed files with 0 additions and 2 deletions

View File

@ -230,7 +230,6 @@ def final_cleanup():
Followed by "\" , add files to be removed, one per line. Followed by "\" , add files to be removed, one per line.
""" """
files_to_remove = [ "/usr/bin/install-debian", files_to_remove = [ "/usr/bin/install-debian",
"/usr/share/applications/min.desktop",
"/usr/share/applications/calamares-install-debian.desktop" "/usr/share/applications/calamares-install-debian.desktop"
] ]
for file_path in files_to_remove: for file_path in files_to_remove:

View File

@ -244,7 +244,6 @@ LOADED_LIST = ('xfce4\n'
'xserver-xorg-video-vmware\n' 'xserver-xorg-video-vmware\n'
'xserver-xorg-video-all\n' 'xserver-xorg-video-all\n'
'apt-config-auto-update\n' 'apt-config-auto-update\n'
'gnome-packagekit\n'
'gnome-system-tools\n' 'gnome-system-tools\n'
'gvfs-backends\n' 'gvfs-backends\n'
'blueman\n' 'blueman\n'