python setup.py install  &&
if [ ! -f /etc/freevo/local_conf.py ]; then
  mkdir /etc/freevo  &&
  cp local_conf.py.example /etc/freevo/local_conf.py
fi
