diff options
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 /> |