summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-09-23 07:53:02 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-23 07:53:02 (EDT)
commit5ebcd862c691c9f3a4b0d8d32f6444d828019e29 (patch)
tree26beee24b6be6d4ff1e0e6f48b943f05bc3477ee /lib
parentc947891930504dda5f398e0f9dadcc1146f431f0 (diff)
prof_proteanos_include_pkg(): Drop base-files
base-files is marked "Essential: yes" as of version 1.0.3.
Diffstat (limited to 'lib')
-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