summarylogtreecommitdiffstats
path: root/v4l-dvb.install
blob: 13e0d0cbcb555daa662412231bf51c7562d9cb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    echo ">>> Running depmod..."
    depmod
}

post_upgrade() {
    echo ">>> Running depmod..."
    depmod
}

post_remove() {
    echo ">>> Running depmod..."
    depmod
}