summaryrefslogtreecommitdiff
path: root/plugins/shutdown.xml
diff options
context:
space:
mode:
authornecoro <>2007-07-20 07:19:27 +0000
committernecoro <>2007-07-20 07:19:27 +0000
commitd1a5c99708fa5e2fc0387e31ccb57f004d74f2fc (patch)
tree0441e1cec9d2881f939a017ba3e9ba2da9a2797e /plugins/shutdown.xml
parent0a8d3b8add548efbc44a67c3eb1223ff94aaffc5 (diff)
downloadportato-d1a5c99708fa5e2fc0387e31ccb57f004d74f2fc.tar.gz
portato-d1a5c99708fa5e2fc0387e31ccb57f004d74f2fc.tar.bz2
portato-d1a5c99708fa5e2fc0387e31ccb57f004d74f2fc.zip
new Plugin Scheme
Diffstat (limited to '')
-rw-r--r--plugins/shutdown.xml19
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>