summaryrefslogtreecommitdiff
path: root/plugins/etc_proposals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/etc_proposals.xml')
-rw-r--r--plugins/etc_proposals.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/etc_proposals.xml b/plugins/etc_proposals.xml
new file mode 100644
index 0000000..5690b98
--- /dev/null
+++ b/plugins/etc_proposals.xml
@@ -0,0 +1,13 @@
+<?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>
+</plugin>