From 626355178a3ad53924fb48ccf17c14d53fa32842 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 30 Aug 2020 11:14:31 +0200 Subject: [PATCH] bundles/apt: make sure popularity-contest is uninstalled --- bundles/apt/items.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index f5b3e05..8e16df3 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -94,6 +94,9 @@ pkg_apt = { 'netplan.io': { 'installed': False, }, + 'popularity-contest': { + 'installed': False, + }, }