summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/shutdown.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/shutdown.xml b/plugins/shutdown.xml
new file mode 100644
index 0000000..98f39d3
--- /dev/null
+++ b/plugins/shutdown.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<plugin
+ author="René 'Necoro' Neumann"
+ name="Shutdown">
+ <import>portato.plugins.shutdown</import>
+
+ <hook
+ hook = "after_emerge"
+ call = "shutdown">
+ <connect type="after" />
+ </hook>
+
+ <disabled />
+</plugin>