#!/bin/sh

. /usr/share/debconf/confmodule

db_get ubiquity/edubuntu-addon_unity_install
INSTALL="$RET"

if [ "$INSTALL" = "true" ]; then
    apt-install ubuntu-netbook
fi
