summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authornecoro <>2007-07-05 02:40:39 +0000
committernecoro <>2007-07-05 02:40:39 +0000
commit7d757db73d862b368c57aed2da769a53b3e1e920 (patch)
treef1c6a464aaa8a6ee340e141652b152ff667b2813 /plugins
parent1a3073d1e195118c636df983fcd647d7d028cd82 (diff)
downloadportato-7d757db73d862b368c57aed2da769a53b3e1e920.tar.gz
portato-7d757db73d862b368c57aed2da769a53b3e1e920.tar.bz2
portato-7d757db73d862b368c57aed2da769a53b3e1e920.zip
added ability to disable/enable plugins in qt too; added shutdown plugin
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>