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

post_upgrade() {
    post_install
}

post_remove() {
    echo ">>> v4l-dvb has been removed"
}