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

This commit is contained in:
Aaron Rainbolt 2024-03-26 15:03:36 -05:00
parent 1c4b837add
commit 0f213e4269
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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)

View File

@ -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

View File

@ -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