diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/noroot.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/noroot.xml b/plugins/noroot.xml new file mode 100644 index 0000000..7e744ef --- /dev/null +++ b/plugins/noroot.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<plugin + author="René 'Necoro' Neumann" + name="No Root"> + <import>portato.plugins.noroot</import> + + <hook + hook = "am_i_root" + call = "i_am_root"> + <connect type="override" /> + </hook> +</plugin> |