KERNEL_VERSION=4.18.1-1-usermodelinux post_install() { echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} } post_upgrade() { echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} }