1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

remove apt sources

This commit is contained in:
yalh76 2019-03-20 02:31:15 +01:00
parent 268b3df87b
commit f3f4efec78

View file

@ -73,6 +73,14 @@ ynh_remove_ruby
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
#=================================================