diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ Hooks have to be named `<Name>.hook` and be executable. Currently supported hooks: -| Name | Arguments | Called when | Notes -| --- | --- | --- | +| Name | Arguments | Called when | Notes | +| --- | --- | --- | --- | | `housekeeping` | | before the script quits | Used to ensure everything is in order. | | `installed.<target>` | Full target path | After successful install of <target> | For specific targets | | `installed` | Full target path | After successful install of any config | For all targets | |