mirror of https://github.com/cutefishos/calamares
[shellprocess] [contextualprocess] Unneeded module.desc
- C++ modules should have a CMakeLists.txt which does the right thing, e.g. calamares_add_plugin() , and don't need a textual module.descmain
parent
6f9548af34
commit
e072b76fea
@ -1,5 +0,0 @@
|
||||
---
|
||||
type: "job"
|
||||
name: "contextualprocess"
|
||||
interface: "qtplugin"
|
||||
load: "libcalamares_job_contextualprocess.so"
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
type: "job"
|
||||
name: "shellprocess"
|
||||
interface: "qtplugin"
|
||||
load: "libcalamares_job_shellprocess.so"
|
Loading…
Reference in New Issue