diff options
author | necoro <> | 2007-04-25 16:05:46 +0000 |
---|---|---|
committer | necoro <> | 2007-04-25 16:05:46 +0000 |
commit | 28c524e8243f9eb41f2ecb7197e33711727526d9 (patch) | |
tree | 1ac2ddf2cd27411c0e9d634283873a9642ccb131 /plugins/noroot.xml | |
parent | 86490cd2c9f7523835ecedf472398845c56b5c0c (diff) | |
download | portato-28c524e8243f9eb41f2ecb7197e33711727526d9.tar.gz portato-28c524e8243f9eb41f2ecb7197e33711727526d9.tar.bz2 portato-28c524e8243f9eb41f2ecb7197e33711727526d9.zip |
added noroot-option
Diffstat (limited to 'plugins/noroot.xml')
-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> |