14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
# 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
|