summaryrefslogtreecommitdiff
path: root/plugins/notify.xml
diff options
context:
space:
mode:
authornecoro <>2007-08-12 04:21:38 +0000
committernecoro <>2007-08-12 04:21:38 +0000
commitade10e0b8e5571e45cdd4800927c24597e2f7315 (patch)
treeff2d39f0366a7238366abd3c77b739996ed8937a /plugins/notify.xml
parenta6a5cace4864c37b7a820c89540f85069d842521 (diff)
downloadportato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.gz
portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.bz2
portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.zip
added listener/notify
Diffstat (limited to 'plugins/notify.xml')
-rw-r--r--plugins/notify.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/notify.xml b/plugins/notify.xml
new file mode 100644
index 0000000..8de08c8
--- /dev/null
+++ b/plugins/notify.xml
@@ -0,0 +1,14 @@
+<?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>Notify</name>
+ <frontends>gtk</frontends>
+
+ <import>portato.plugins.notify</import>
+
+ <hooks>
+ <hook type = "after_emerge" call = "notify" />
+ </hooks>
+
+</plugin>