mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
fix remove
This commit is contained in:
parent
92e89fc634
commit
2018a4f761
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=4
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||||
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD REMOVE
|
# STANDARD REMOVE
|
||||||
|
@ -43,7 +44,7 @@ ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped LSB
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Removing dependencies..." --weight=20
|
ynh_script_progression --message="Removing dependencies..." --weight=20
|
||||||
|
|
||||||
ynh_apt purge jenkins
|
ynh_package_autopurge $app
|
||||||
# Remove metapackage and its dependencies
|
# Remove metapackage and its dependencies
|
||||||
ynh_remove_app_dependencies
|
ynh_remove_app_dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue