1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Update _common.sh

This commit is contained in:
ericgaspar 2021-08-01 23:42:39 +02:00
parent a0913a9ea4
commit 3ae418e4b9
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -14,6 +14,10 @@ extra_php_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick
# needed for raw upload and video playback
pkg_dependencies="ufraw-batch ffmpeg"
if ! (apt-cache -q=0 show ufraw-batch |& grep ': No packages found' &>/dev/null); then
pkg_dependencies="$pkg_dependencies ufraw-batch"
fi
#=================================================
# PERSONAL HELPERS
#=================================================