summaryrefslogtreecommitdiff
path: root/plugins/resume_loop.xml
blob: 14575cd28dcb6e381ddeb8f983ec4470a2e93074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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_console">
			<connect />
		</hook>

		<hook type="after_emerge" call="resume_loop">
			<connect type="before">*</connect>
		</hook>
	</hooks>

	<options>
		<option>disabled</option>
	</options>

</plugin>