From 213f578b1d7cd4cc2788e0ec6cbc77b603b012bf Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 17 Nov 2018 20:47:22 -0600 Subject: [PATCH] Try to install languages during the installation. --- debian/changelog | 1 + lubuntu/modules/packages.conf | 18 +++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 65d2232..d272c9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ calamares-settings-ubuntu (31) UNRELEASED; urgency=medium * We aren't Lubuntu Next anymore; take it away from the package description. + * Try to install languages during the installation. -- Simon Quigley Sat, 03 Nov 2018 21:06:07 -0500 diff --git a/lubuntu/modules/packages.conf b/lubuntu/modules/packages.conf index fc30924..5397943 100644 --- a/lubuntu/modules/packages.conf +++ b/lubuntu/modules/packages.conf @@ -2,10 +2,14 @@ update_db: true backend: apt operations: - remove: - - '^live-*' - - "calamares-settings-lubuntu" - - "calamares" - - "hunspell-en-us" - - "zram-config" - - "partitionmanager" - - "cifs-utils" + - "^live-*" + - calamares-settings-lubuntu + - calamares + - hunspell-en-us + - zram-config + - partitionmanager + - cifs-utils + - try_install: + - language-pack-$LOCALE + - hunspell-$LOCALE + - libreoffice-help-$LOCALE