Someone (cough, me) didn't audit the package purge lists very well...

ubuntu/noble
Aaron Rainbolt 8 months ago
parent 1c4b837add
commit 0f213e4269

1
debian/changelog vendored

@ -6,6 +6,7 @@ calamares-settings-ubuntu (1:24.04.21) noble; urgency=medium
[ Aaron Rainbolt ] [ Aaron Rainbolt ]
* Don't try to start Unity after the OEM environment exits on Ubuntu Unity, * Don't try to start Unity after the OEM environment exits on Ubuntu Unity,
this has to be done by logging in via LightDM. this has to be done by logging in via LightDM.
* Fix a couple of goofs with post-install package purging.
[ Walter Lapchynski ] [ Walter Lapchynski ]
* Make links work. (LP: #1981473) * Make links work. (LP: #1981473)

@ -7,6 +7,7 @@ operations:
- calamares - calamares
- zram-config - zram-config
- cifs-utils - cifs-utils
- kubuntu-installer-prompt
- try_install: - try_install:
- language-pack-$LOCALE - language-pack-$LOCALE
- language-pack-gnome-$LOCALE - language-pack-gnome-$LOCALE

@ -3,11 +3,10 @@ backend: apt
operations: operations:
- remove: - remove:
- "^live-*" - "^live-*"
- calamares-settings-lubuntu - calamares-settings-ubuntu-unity
- calamares - calamares
- zram-config - zram-config
- cifs-utils - cifs-utils
- lubuntu-installer-prompt
- try_install: - try_install:
- language-pack-$LOCALE - language-pack-$LOCALE
- language-pack-gnome-$LOCALE - language-pack-gnome-$LOCALE

Loading…
Cancel
Save