blob: e4569e1e7181ef4827a0f3b5d765a2ade8b8e842 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8" ?>
<plugin
author="René 'Necoro' Neumann"
name="Etc-proposals plugin">
<import>portato.plugins.etc_proposals</import>
<frontend>gtk</frontend>
<hook
hook = "after_emerge"
call = "etc_prop">
<connect type="after" />
</hook>
<menu
label= "Et_c-Proposals"
call = "etc_prop_menu"
/>
</plugin>
|