blob: 9a89987e2fdbe4fd3630e859453f2974b06e1987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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>
<import>portato.plugins.notify</import>
<hooks>
<hook type = "after_emerge" call = "notify" />
</hooks>
</plugin>
|