1 2 3 4 5 6 7 8 9 10 11 12 13 14
post_install() { cd /opt/bgrm/ echo "Setting up proper virtual environment." source scripts/setup-venv.sh echo "Patching v4l2 python library." source scripts/patch-v4l2-py-mod.sh } post_uninstall() { rm -rf /opt/bgrm }