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.sh8
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