mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
cleanup
This commit is contained in:
parent
a7a231e533
commit
6348b87e56
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ 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
|
||||
# ynh_script_progression --message="Removing python dependencies..." --weight=1
|
||||
# Remove metapackage and its dependencies
|
||||
venv/bin/pip uninstall flask
|
||||
# venv/bin/pip uninstall flask # useless, managed by previous helper ?
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue