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

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

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