summaryrefslogtreecommitdiff
path: root/plugins/noroot.xml
blob: 850a0397c79620cef6d286750bb5da52d088c86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>No Root</name>
	<import>portato.plugins.noroot</import>

	<hooks>
		<hook type = "am_i_root" call = "i_am_root">
			<connect type="override" />
		</hook>
	</hooks>
</plugin>