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

[fix] ynh_remove_app_dependencies helper

This commit is contained in:
magikcypress 2017-07-14 22:23:08 +02:00
parent f68277b19a
commit 4cf9cb4eb4
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -33,7 +33,7 @@ ynh_system_user_delete $app
sudo systemctl reload nginx sudo systemctl reload nginx
# Remove app dependencies # Remove app dependencies
ynh_remove_app_dependencies "$PKG_DEPENDENCIES" ynh_remove_app_dependencies $app
# The following command is kept as a matter of transition with the previous way # The following command is kept as a matter of transition with the previous way
# of managing dependencies # of managing dependencies
ynh_package_autoremove "roundcube-deps" || true ynh_package_autoremove "roundcube-deps" || true