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:
parent
16559ea696
commit
722b134b42
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue