From e05d5c60bc25795e612060c1b363b4ea57ee6474 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 24 Sep 2014 22:31:55 -0400 Subject: 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. --- 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 -- cgit v0.9.1