From 4cf9cb4eb4338c475397a577b895cc53477b2f34 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 14 Jul 2017 22:23:08 +0200 Subject: [PATCH] [fix] ynh_remove_app_dependencies helper --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index cdfc905..8742fc0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -33,7 +33,7 @@ ynh_system_user_delete $app sudo systemctl reload nginx # 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 # of managing dependencies ynh_package_autoremove "roundcube-deps" || true \ No newline at end of file