diff options
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/remove b/scripts/remove index 19fd67f..4acf266 100644 --- a/scripts/remove +++ b/scripts/remove @@ -74,6 +74,14 @@ ynh_remove_app_dependencies ynh_remove_nodejs #================================================= +# REMOVE APT SOURCES +#================================================= +ynh_print_info "Removing apt sources" + +ynh_secure_remove "/etc/apt/sources.list.d/jessie-backports.list" +ynh_secure_remove "/etc/apt/sources.list.d/yarn.list" + +#================================================= # REMOVE APP MAIN DIR #================================================= ynh_print_info "Removing app main directory" |
