Add app setting

This commit is contained in:
Maniack Crudelis 2017-03-14 18:05:28 +01:00 committed by GitHub
parent 5fcb8cd439
commit 2bb32c26b6

View file

@ -128,6 +128,7 @@ Description: Fake package for ${app} (YunoHost app) dependencies
EOF EOF
ynh_package_install_from_equivs ./${dep_app}-ynh-deps.control \ ynh_package_install_from_equivs ./${dep_app}-ynh-deps.control \
|| ynh_die "Unable to install dependencies" # Install the fake package and its dependencies || ynh_die "Unable to install dependencies" # Install the fake package and its dependencies
ynh_app_setting_set $app apt_dependencies $dependencies
} }
# Remove fake package and its dependencies # Remove fake package and its dependencies