trivial: Catch bug if package candidate is None
[appstream:software-center.git] / run_local_pk.sh
1 #!/bin/sh
2
3 if [ ! -d "./build" ]; then
4     echo "Please run: 'python setup.py build' before $0"
5 fi
6
7 ./run_local.sh --packagekit-backend $@