summaryrefslogtreecommitdiff
path: root/plugins/shutdown.xml
blob: 586b57d3b0d184b640e6a4494de2b39bb81b3c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<plugin
	author="René 'Necoro' Neumann"
	name="Shutdown">
	<import>portato.plugins.shutdown</import>

	<hook
		hook = "after_emerge"
		call = "shutdown">
		<connect type="after">*</connect>
	</hook>

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

</plugin>