summaryrefslogtreecommitdiff
path: root/libre/bbswitch-libre/bbswitch.install
blob: 61a3a14fc274dc72b9e49ad2318b2c25e81e85e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    EXTRAMODULES='extramodules-3.15-libre'
    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}