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

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

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