aboutsummarylogtreecommitdiffstats
path: root/bgrm.install
blob: 9301425c2c3b8ea8a50b2f7b8d87402091f8cd18 (plain)
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
}