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