diff options
Diffstat (limited to 'plugins/shutdown.xml')
-rw-r--r-- | plugins/shutdown.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/plugins/shutdown.xml b/plugins/shutdown.xml index 586b57d..75323b1 100644 --- a/plugins/shutdown.xml +++ b/plugins/shutdown.xml @@ -1,17 +1,16 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<plugin - author="René 'Necoro' Neumann" - name="Shutdown"> +<?xml version="1.0" encoding="UTF-8" ?> +<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> + <author>René 'Necoro' Neumann</author> + <name>Shutdown</name> <import>portato.plugins.shutdown</import> - <hook - hook = "after_emerge" - call = "shutdown"> - <connect type="after">*</connect> - </hook> + <hooks> + <hook type = "after_emerge" call = "shutdown"> + <connect type="after">*</connect> + </hook> + </hooks> <options> <option>disabled</option> </options> - </plugin> |