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

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

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