diff --git a/settings.conf b/settings.conf index f6b288e31..ed040cd0e 100644 --- a/settings.conf +++ b/settings.conf @@ -11,5 +11,5 @@ modules-search: [ local, /path/to/dir/with/more/modules ] # TBD: do we want to allow non-page modules (core-modules) to be set as immediate or # delayed? Is this an intrinsic property of a module? Does it depend on whether it's # a QProcess, a Python script or a plugin? More research is required. --teo -modules-prepare : [ greeting, language, summary ] +modules-prepare : [ greeting ] modules-postinstall : [ finished ]