diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 01:58:50 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-25 02:42:48 +0200 |
commit | 75c0ec68eec739bef5606b68b288988896a3a9c7 (patch) | |
tree | 4d0c8d9c29af5d4596136406e6b461db770dc145 /community | |
parent | edde9744d2bfbb742772710f4f9d07e2e184e947 (diff) | |
download | aports-75c0ec68eec739bef5606b68b288988896a3a9c7.tar.bz2 aports-75c0ec68eec739bef5606b68b288988896a3a9c7.tar.xz |
community/nextcloud: remove php7-opcache from -initscript's deps
Zend OPcache is only one of multiple options, someone may want to use
Memcached or Redis instead of it.
Diffstat (limited to 'community')
-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" |