#!/bin/sh

if /usr/bin/debconf-get-selections | grep "tasksel/tasks" | grep -q "Virtualization tools"; then
    exit 1
fi

shift
echo $@
