Add lxqt-config to the whitelist.

This commit is contained in:
Simon Quigley 2018-08-09 14:12:31 -05:00
parent 9b2bf41696
commit 605e65df66

2
lugito
View File

@ -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.")