From ad9eb4227732da2e46a4be68f1f730efde91e45c Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 12 Jul 2018 00:10:34 -0500 Subject: [PATCH] Also remove calamares after install. --- debian/changelog | 1 + lubuntu/modules/packages.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5275113..c359509 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ calamares-settings-ubuntu (7) UNRELEASED; urgency=medium Portuguese. * Ensure that calamares.desktop is removed from all new users on a freshly-installed system. + * Also remove calamares after install. -- Simon Quigley Wed, 11 Jul 2018 22:35:58 -0500 diff --git a/lubuntu/modules/packages.conf b/lubuntu/modules/packages.conf index 4146f71..baad3a2 100644 --- a/lubuntu/modules/packages.conf +++ b/lubuntu/modules/packages.conf @@ -2,6 +2,7 @@ backend: apt operations: - remove: - "calamares-settings-lubuntu" + - "calamares" - "hunspell-en-us" - "zram-config" - "partitionmanager"