precise what the helper is doing

It removes packages ONLY if not used by other apps. It doesn't break
other apps
This commit is contained in:
Gofannon 2022-08-26 19:46:21 +02:00
parent f369697838
commit 2cedba6f03

View file

@ -100,7 +100,7 @@ ynh_remove_fpm_config
#=================================================
ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove metapackage and its dependencies
# Remove metapackage and its dependencies if no other package need them
ynh_remove_app_dependencies
#=================================================