1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

[fix] remove dependencies

This commit is contained in:
magikcypress 2017-07-11 19:01:06 +02:00
parent 92a6fcf934
commit d128c33594
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -33,6 +33,7 @@ ynh_system_user_delete $app
sudo systemctl reload nginx
# Remove app dependencies
if ynh_package_is_installed "$DEPS_PKG_NAME"; then
ynh_package_autoremove "$DEPS_PKG_NAME"
fi
ynh_remove_app_dependencies
# The following command is kept as a matter of transition with the previous way
# of managing dependencies
ynh_package_autoremove "php-net-ldap3" || true