function check { if grep "desktop/none" /tmp/stage-2-choices >/dev/null 2>&1; then return 1 else return 0 fi } #TODO DESCRIPTION="Smaller set of desktop utilities (XFE + ???)" #TODO PACKAGES="xfe" function post-install { echo "utilities/xfe-guisysmon" >> /tmp/stage-2-choices }