From d5a7d859a54aae3243e12f3a33754397407b3759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Wed, 21 Aug 2024 10:37:42 +0200 Subject: [PATCH] debian: install policykit-1 or polkitd depending on the version Old Debian and Ubuntu versions didn't have a separate polkitd yet. Make both optional so it's installed the one that is available. --- contrib/debian/REQUIRED_PACKAGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES index 88fd493235..1c7186d7a4 100755 --- a/contrib/debian/REQUIRED_PACKAGES +++ b/contrib/debian/REQUIRED_PACKAGES @@ -71,7 +71,6 @@ install \ meson \ mobile-broadband-provider-info \ pkg-config \ - polkitd \ ppp \ ppp-dev \ python3-dbus \ @@ -87,6 +86,8 @@ install \ install_ignore_missing \ python-setuptools \ + policykit-1 \ + polkitd \ \ #end