summarylogtreecommitdiffstats
path: root/modules.install
blob: e29293d0ac99c4b889d2d23cc4b8d43d53c0f003 (plain)
1
2
3
4
5
6
7
8
9
10
11
KERNEL_VERSION=4.3.0-usermodelinux

post_install() {
  echo ">>> Updating module dependencies. Please wait ..."
  depmod ${KERNEL_VERSION}
}

post_upgrade() {
  echo ">>> Updating module dependencies. Please wait ..."
  depmod ${KERNEL_VERSION}
}