calamares/src/modules/contextualprocess/module.desc
Adriaan de Groot c6ab4195c7 [contextualprocess] Stub of a contextual-process job
This is meant to run one or more jobs based on specific global
configuration values; if could also be done by a Python
module with just some if's, but this one can be used with
just the config file and covers a bunch of use-cases.
2017-12-20 09:12:27 -05:00

6 lines
125 B
Plaintext

---
type: "job"
name: "contextualprocess"
interface: "qtplugin"
load: "libcalamares_job_contextualprocess.so"