mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
14 lines
328 B
Plaintext
14 lines
328 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/runuser -u http -- /usr/bin/php /usr/share/webapps/nextcloud/occ upgrade
|