diff options
author | necoro <> | 2007-07-07 02:27:31 +0000 |
---|---|---|
committer | necoro <> | 2007-07-07 02:27:31 +0000 |
commit | 91225d6ff5bc70cd76d0cf54f35a1cf6186b538b (patch) | |
tree | cd6514fdf518f4d54beafbbb64fefd8bcbc16bd5 /plugins/shutdown.xml | |
parent | d1b6cf6e24b3f2ca310a07313a162bc8f790679f (diff) | |
download | portato-91225d6ff5bc70cd76d0cf54f35a1cf6186b538b.tar.gz portato-91225d6ff5bc70cd76d0cf54f35a1cf6186b538b.tar.bz2 portato-91225d6ff5bc70cd76d0cf54f35a1cf6186b538b.zip |
Some documentation work
Diffstat (limited to 'plugins/shutdown.xml')
-rw-r--r-- | plugins/shutdown.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/shutdown.xml b/plugins/shutdown.xml index 98f39d3..2897bd8 100644 --- a/plugins/shutdown.xml +++ b/plugins/shutdown.xml @@ -7,7 +7,10 @@ <hook hook = "after_emerge" call = "shutdown"> - <connect type="after" /> + <connect type="after"> + <!-- after everything else --> + * + </connect> </hook> <disabled /> |