From 5ebcd862c691c9f3a4b0d8d32f6444d828019e29 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 23 Sep 2014 07:53:02 -0400 Subject: prof_proteanos_include_pkg(): Drop base-files base-files is marked "Essential: yes" as of version 1.0.3. --- (limited to 'lib') diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh index c15ea86..0d48c72 100644 --- a/lib/profile/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -157,7 +157,6 @@ prof_proteanos_include_pkg() fi elif [ "x${name}" = 'xpackage' ]; then # TODO: Drop this code once: - # * base-files is marked "Essential: yes", # * At least one essential package depends on libc.6 on # any-any-glibc architectures, # * linux-image is marked "Essential: yes", and @@ -165,7 +164,7 @@ prof_proteanos_include_pkg() # binary package marked "Essential: yes" that depends on # proteanos-branding. case "${value}" in - base-files|libc.6|linux-image|proteanos-branding) + libc.6|linux-image|proteanos-branding) return 0 ;; esac -- cgit v0.9.1