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:
parent
3488972e9b
commit
74f1c219a6
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue