diff options
author | necoro <> | 2007-03-15 22:45:43 +0000 |
---|---|---|
committer | necoro <> | 2007-03-15 22:45:43 +0000 |
commit | 5138b1e23d34e0a72e0c2f4ae52256e14d825320 (patch) | |
tree | e300a29dd1acbd155e9afd9ca0de0036e85bb4a1 /plugins | |
parent | 47a7b294e5a889afb932d371021d2b53adc20665 (diff) | |
download | portato-5138b1e23d34e0a72e0c2f4ae52256e14d825320.tar.gz portato-5138b1e23d34e0a72e0c2f4ae52256e14d825320.tar.bz2 portato-5138b1e23d34e0a72e0c2f4ae52256e14d825320.zip |
Added etc-proposals plugin
Diffstat (limited to '')
-rw-r--r-- | plugins/etc_proposals.xml | 13 |
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> |