From 605e65df66ad34bfab74e4fe43bcd4827879d56a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 9 Aug 2018 14:12:31 -0500 Subject: [PATCH] Add lxqt-config to the whitelist. --- lugito | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lugito b/lugito index 8a4ba91..c68e3e2 100755 --- a/lugito +++ b/lugito @@ -217,6 +217,8 @@ def commithook(): lpname = "calamares-settings-ubuntu" elif "rQTERMINALPACKAGING" in phidquery["name"]: lpname = "qterminal" + elif "rLXQTCONFIGPACKAGING" in phidquery["name"]: + lpname = "lxqt-config" else: logger.debug("Somehow, an unsupported repository showed up here.")