From f90ec20dbedf525f0bd539cb973aa434a77cf27a Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 29 Jul 2017 11:17:45 +0200 Subject: [PATCH] [fix] ynh_package_autoremove package --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index a328ead..97c9d6a 100644 --- a/scripts/remove +++ b/scripts/remove @@ -36,4 +36,4 @@ sudo systemctl reload nginx ynh_remove_app_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 +ynh_package_autoremove "roundcube-ynh-deps" || true \ No newline at end of file