1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix removal of z-push apt source

This commit is contained in:
yalh76 2019-02-01 08:27:45 +01:00
parent 16559ea696
commit 722b134b42

View file

@ -49,6 +49,8 @@ state_path=$(ynh_app_setting_get $app state_path)
# Remove metapackage and its dependencies # Remove metapackage and its dependencies
ynh_remove_app_dependencies ynh_remove_app_dependencies
ynh_secure_remove "/etc/apt/sources.list.d/z-push.list"
#================================================= #=================================================
# REMOVE THE MYSQL DATABASE # REMOVE THE MYSQL DATABASE
#================================================= #=================================================