add nextcloud
This commit is contained in:
parent
c0f347a14f
commit
54bd3fa8bb
11 changed files with 364 additions and 0 deletions
13
nextcloud/nextcloud.hook
Normal file
13
nextcloud/nextcloud.hook
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Update Nextcloud when core or -apps are touched
|
||||
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = nextcloud
|
||||
Target = nextcloud-app-*
|
||||
|
||||
[Action]
|
||||
Description = Updating Nextcloud installation
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/occ upgrade
|
Loading…
Add table
Add a link
Reference in a new issue