diff options
author | necoro <> | 2007-07-05 02:40:39 +0000 |
---|---|---|
committer | necoro <> | 2007-07-05 02:40:39 +0000 |
commit | 7d757db73d862b368c57aed2da769a53b3e1e920 (patch) | |
tree | f1c6a464aaa8a6ee340e141652b152ff667b2813 /plugins | |
parent | 1a3073d1e195118c636df983fcd647d7d028cd82 (diff) | |
download | portato-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 '')
-rw-r--r-- | plugins/shutdown.xml | 14 |
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> |