summaryrefslogtreecommitdiffstats
path: root/lib/profile/proteanos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile/proteanos.sh')
-rw-r--r--lib/profile/proteanos.sh3
1 files changed, 1 insertions, 2 deletions
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