From 722b134b4275468b6a15fc654d3e151cf4a5dc1c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 1 Feb 2019 08:27:45 +0100 Subject: [PATCH] Fix removal of z-push apt source --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 1ddc9bb..dc5baa9 100755 --- a/scripts/remove +++ b/scripts/remove @@ -49,6 +49,8 @@ state_path=$(ynh_app_setting_get $app state_path) # Remove metapackage and its dependencies ynh_remove_app_dependencies +ynh_secure_remove "/etc/apt/sources.list.d/z-push.list" + #================================================= # REMOVE THE MYSQL DATABASE #=================================================