mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-08-11 14:04:04 +00:00
Add detection for QTerminal.
This commit is contained in:
parent
4748fdd48c
commit
3310089673
2
lugito
2
lugito
@ -204,6 +204,8 @@ def commithook():
|
|||||||
lpname = "lubuntu-artwork"
|
lpname = "lubuntu-artwork"
|
||||||
elif "rCALASETTINGS" in phidquery["name"]:
|
elif "rCALASETTINGS" in phidquery["name"]:
|
||||||
lpname = "calamares-settings-ubuntu"
|
lpname = "calamares-settings-ubuntu"
|
||||||
|
elif "rQTERMINALPACKAGING" in phidquery["name"]:
|
||||||
|
lpname = "qterminal"
|
||||||
else:
|
else:
|
||||||
logger.debug("Somehow, an unsupported repository showed up here.")
|
logger.debug("Somehow, an unsupported repository showed up here.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user