diff options
Diffstat (limited to 'plugins/shutdown.xml')
-rw-r--r-- | plugins/shutdown.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/shutdown.xml b/plugins/shutdown.xml index 2897bd8..586b57d 100644 --- a/plugins/shutdown.xml +++ b/plugins/shutdown.xml @@ -7,11 +7,11 @@ <hook hook = "after_emerge" call = "shutdown"> - <connect type="after"> - <!-- after everything else --> - * - </connect> + <connect type="after">*</connect> </hook> - <disabled /> + <options> + <option>disabled</option> + </options> + </plugin> |