summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dbus_init.xml13
-rw-r--r--plugins/old/resume_loop.xml19
-rw-r--r--plugins/old/shutdown.xml16
3 files changed, 0 insertions, 48 deletions
diff --git a/plugins/dbus_init.xml b/plugins/dbus_init.xml
deleted file mode 100644
index b17f269..0000000
--- a/plugins/dbus_init.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>DBus Initializer</name>
-
- <import>portato.plugins.dbus_init</import>
-
- <hooks>
- <hook type="main" call="dbus_init" />
- </hooks>
-
-</plugin>
diff --git a/plugins/old/resume_loop.xml b/plugins/old/resume_loop.xml
deleted file mode 100644
index 124d61d..0000000
--- a/plugins/old/resume_loop.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>Emerge Resume Loop</name>
- <import>portato.plugins.resume_loop</import>
-
- <hooks>
- <hook type="emerge" call="set_data" />
-
- <hook type="after_emerge" call="resume_loop">
- <connect type="before">*</connect>
- </hook>
- </hooks>
-
- <options>
- <option>disabled</option>
- </options>
-
-</plugin>
diff --git a/plugins/old/shutdown.xml b/plugins/old/shutdown.xml
deleted file mode 100644
index 75323b1..0000000
--- a/plugins/old/shutdown.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>Shutdown</name>
- <import>portato.plugins.shutdown</import>
-
- <hooks>
- <hook type = "after_emerge" call = "shutdown">
- <connect type="after">*</connect>
- </hook>
- </hooks>
-
- <options>
- <option>disabled</option>
- </options>
-</plugin>