mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-17 03:21:30 +00:00
Try to install languages during the installation.
This commit is contained in:
parent
96ed9a0a21
commit
213f578b1d
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
calamares-settings-ubuntu (31) UNRELEASED; urgency=medium
|
calamares-settings-ubuntu (31) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* We aren't Lubuntu Next anymore; take it away from the package description.
|
* We aren't Lubuntu Next anymore; take it away from the package description.
|
||||||
|
* Try to install languages during the installation.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 03 Nov 2018 21:06:07 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 03 Nov 2018 21:06:07 -0500
|
||||||
|
|
||||||
|
@ -2,10 +2,14 @@ update_db: true
|
|||||||
backend: apt
|
backend: apt
|
||||||
operations:
|
operations:
|
||||||
- remove:
|
- remove:
|
||||||
- '^live-*'
|
- "^live-*"
|
||||||
- "calamares-settings-lubuntu"
|
- calamares-settings-lubuntu
|
||||||
- "calamares"
|
- calamares
|
||||||
- "hunspell-en-us"
|
- hunspell-en-us
|
||||||
- "zram-config"
|
- zram-config
|
||||||
- "partitionmanager"
|
- partitionmanager
|
||||||
- "cifs-utils"
|
- cifs-utils
|
||||||
|
- try_install:
|
||||||
|
- language-pack-$LOCALE
|
||||||
|
- hunspell-$LOCALE
|
||||||
|
- libreoffice-help-$LOCALE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user