Add detection for QTerminal.

This commit is contained in:
Simon Quigley 2018-07-29 14:57:40 -05:00
parent 4748fdd48c
commit 3310089673

2
lugito
View File

@ -204,6 +204,8 @@ def commithook():
lpname = "lubuntu-artwork"
elif "rCALASETTINGS" in phidquery["name"]:
lpname = "calamares-settings-ubuntu"
elif "rQTERMINALPACKAGING" in phidquery["name"]:
lpname = "qterminal"
else:
logger.debug("Somehow, an unsupported repository showed up here.")