summaryrefslogtreecommitdiff
path: root/plugins/shutdown.xml
blob: 2897bd8a663ebb51a0ba21f6c66949e171a8fc28 (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">
			<!-- after everything else -->
			*
		</connect>
	</hook>

	<disabled />
</plugin>