1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00

remove apt dependencies

This commit is contained in:
lapineige 2022-12-18 23:27:39 +01:00 committed by GitHub
parent 3488972e9b
commit 74f1c219a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,12 @@ ynh_remove_nginx_config
#================================================= #=================================================
# REMOVE DEPENDENCIES # REMOVE DEPENDENCIES
#================================================= #=================================================
ynh_script_progression --message="Removing dependencies..." --weight=1 ynh_script_progression --message="Removing apt dependencies..." --weight=1
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
ynh_script_progression --message="Removing python dependencies..." --weight=1
# Remove metapackage and its dependencies # Remove metapackage and its dependencies
venv/bin/pip uninstall flask venv/bin/pip uninstall flask