mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[preservefiles] Mark this as an emergency module
- For C++ modules, don't need the module.desc file in the source repo, since the CMake macros can create it.
This commit is contained in:
parent
d325366e92
commit
53161f6e36
2 changed files with 1 additions and 5 deletions
|
@ -8,4 +8,5 @@ calamares_add_plugin( preservefiles
|
||||||
LINK_PRIVATE_LIBRARIES
|
LINK_PRIVATE_LIBRARIES
|
||||||
calamares
|
calamares
|
||||||
SHARED_LIB
|
SHARED_LIB
|
||||||
|
EMERGENCY
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
type: "job"
|
|
||||||
name: "preservefiles"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_job_preservefiles.so"
|
|
Loading…
Add table
Reference in a new issue