mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] stretch
This commit is contained in:
parent
1acff0209f
commit
b03f6f0ea0
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Package dependencies
|
||||
pkg_dependencies="php5-cli php5-common php5-intl php5-json php5-mcrypt php-pear php-auth-sasl php-mail-mime php-patchwork-utf8 php-net-smtp php-net-socket php-crypt-gpg php-net-ldap2 php-net-ldap3"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-zip"
|
||||
fi
|
||||
|
||||
# Plugins version
|
||||
contextmenu_version=2.3
|
||||
|
|
Loading…
Reference in a new issue