diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-02 14:29:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-02 14:29:56 +0200 |
commit | 67f19745fd5c66345a7e64b3d5fdedf6c1a6b8b6 (patch) | |
tree | a6ad2c4d2c6bff55ccc75d6545ea41a8085cb335 /doc/hook | |
parent | 72abe5f3d377043f6aba31090a6671a7e171ddfb (diff) | |
download | volse-hubzilla-67f19745fd5c66345a7e64b3d5fdedf6c1a6b8b6.tar.gz volse-hubzilla-67f19745fd5c66345a7e64b3d5fdedf6c1a6b8b6.tar.bz2 volse-hubzilla-67f19745fd5c66345a7e64b3d5fdedf6c1a6b8b6.zip |
add app_destroy hook which allows addons to perform post delete actions
Diffstat (limited to 'doc/hook')
-rw-r--r-- | doc/hook/app_destroy.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/hook/app_destroy.bb b/doc/hook/app_destroy.bb new file mode 100644 index 000000000..386d7af16 --- /dev/null +++ b/doc/hook/app_destroy.bb @@ -0,0 +1,4 @@ +[h2]app_destroy[/h2] + +Allows addons to perform some post delete actions. + |