#!/bin/bash
[[ $1 = -d ]] && echo "olpc-python olpc-common olpc-boot"
exit 0
