summaryrefslogtreecommitdiff
path: root/plugins/old/shutdown.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/old/shutdown.xml')
-rw-r--r--plugins/old/shutdown.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/old/shutdown.xml b/plugins/old/shutdown.xml
new file mode 100644
index 0000000..75323b1
--- /dev/null
+++ b/plugins/old/shutdown.xml
@@ -0,0 +1,16 @@
+<?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>
+
+ <hooks>
+ <hook type = "after_emerge" call = "shutdown">
+ <connect type="after">*</connect>
+ </hook>
+ </hooks>
+
+ <options>
+ <option>disabled</option>
+ </options>
+</plugin>