aur/modules.install
Haruue Icymoon 8786db405d
update: kernel 4.16
fix: depmod failed for kernel version problem

Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
2018-04-10 19:03:26 +08:00

11 lines
250 B
Text

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