mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 20:34:30 -04:00
[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.desc
This commit is contained in:
parent
6f9548af34
commit
e072b76fea
2 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue