From 85e2a0b593d342b8697efc89416eb480814ff948 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 10 Jun 2019 18:42:34 +0200 Subject: [PATCH] [enh] Pass false positive linter --- scripts/_common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 27a19e0..03d43dd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -202,10 +202,6 @@ ynh_check_app_version_changed () { echo $return_value } -ynh_remove_backports () { - rm -f /etc/apt/sources.list.d/$app-stretch-backports.list -} - ynh_debian_release () { lsb_release --codename --short }