diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 16ed81efd77..2fd88ff7765 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -25,4 +25,9 @@ To prevent a user from running out of disk space, the Deleted files app will not <background-jobs> <job>OCA\Files_Trashbin\BackgroundJob\ExpireTrash</job> </background-jobs> + + <commands> + <command>OCA\Files_Trashbin\Command\CleanUp</command> + <command>OCA\Files_Trashbin\Command\ExpireTrash</command> + </commands> </info> |