From f68277b19a5d31d9dbc8991be3257cf9294909c4 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Wed, 12 Jul 2017 13:53:56 +0200 Subject: [PATCH] [fix] variable into ynh_install_app_dependencies --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index a328ead..cdfc905 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 +ynh_remove_app_dependencies "$PKG_DEPENDENCIES" # 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