diff --git a/debian/changelog b/debian/changelog index 9faf370..8b39b7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ calamares-settings-ubuntu (1:24.04.21) noble; urgency=medium [ Aaron Rainbolt ] * Don't try to start Unity after the OEM environment exits on Ubuntu Unity, this has to be done by logging in via LightDM. + * Fix a couple of goofs with post-install package purging. [ Walter Lapchynski ] * Make links work. (LP: #1981473) diff --git a/kubuntu/modules/packages.conf b/kubuntu/modules/packages.conf index a0b65e1..24dfea5 100644 --- a/kubuntu/modules/packages.conf +++ b/kubuntu/modules/packages.conf @@ -7,6 +7,7 @@ operations: - calamares - zram-config - cifs-utils + - kubuntu-installer-prompt - try_install: - language-pack-$LOCALE - language-pack-gnome-$LOCALE diff --git a/ubuntuunity/modules/packages.conf b/ubuntuunity/modules/packages.conf index bff093c..9fb39ab 100644 --- a/ubuntuunity/modules/packages.conf +++ b/ubuntuunity/modules/packages.conf @@ -3,11 +3,10 @@ backend: apt operations: - remove: - "^live-*" - - calamares-settings-lubuntu + - calamares-settings-ubuntu-unity - calamares - zram-config - cifs-utils - - lubuntu-installer-prompt - try_install: - language-pack-$LOCALE - language-pack-gnome-$LOCALE