diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-24 22:31:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-24 22:31:55 (EDT) |
commit | e05d5c60bc25795e612060c1b363b4ea57ee6474 (patch) | |
tree | a427b9b7f5bf70f4ecca1c86763300ad779da401 /lib/profile | |
parent | 94aa2289a472f47a8dfb6cad332c50a2b020f1ab (diff) |
prof_proteanos_include_pkg(): Drop Package check
Updated linux-image packages with "Essential: yes" have been uploaded
and will be in the archive and mirrors soon.
Diffstat (limited to 'lib/profile')
-rw-r--r-- | lib/profile/proteanos.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh index d91556f..5e7d06c 100644 --- a/lib/profile/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -155,14 +155,6 @@ prof_proteanos_include_pkg() if [ "x${value}" = 'xyes' ]; then return 0 fi - elif [ "x${name}" = 'xpackage' ]; then - # TODO: Drop this code once: - # * linux-image is marked "Essential: yes" - case "${value}" in - linux-image) - return 0 - ;; - esac fi return 1 |