summaryrefslogtreecommitdiffstats
path: root/abs/core/v4l-dvb/v4l-dvb.install
blob: 8fb315cebd660149429d678368954217982a072b (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo ">>> Running depmod..."
    depmod
}

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