diff options
Diffstat (limited to 'community/nextcloud/APKBUILD')
-rw-r--r-- | community/nextcloud/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index b3541c2a11..70364d807b 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -117,7 +117,7 @@ package() { initscript() { pkgdesc="Init script that runs Nextcloud with php-fpm" - depends="$pkgname $_php-fpm $_php-opcache" + depends="$pkgname $_php-fpm" install="$subpkgname.post-install" local confdir="$subpkgdir/etc/$_php/php-fpm.d" |