summaryrefslogtreecommitdiff
path: root/plugins/shutdown.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>
class='deletions'>-1/+7 2020-05-07update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12