summaryrefslogtreecommitdiff
path: root/plugins/old/shutdown.xml
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-08 02:26:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-08 02:26:19 +0200
commit9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095 (patch)
treecca99458662a5ff96b6554c1cbb7c03ee598ddce /plugins/old/shutdown.xml
parentd8c7397b41420892474704dd3fa77eaeb5d23d12 (diff)
downloadportato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.tar.gz
portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.tar.bz2
portato-9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095.zip
Removed legacy plugins
Diffstat (limited to '')
-rw-r--r--plugins/old/shutdown.xml16
1 files changed, 0 insertions, 16 deletions
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>