aur/modules.install
Haruue Icymoon ad921f5613
update: kernel 4.15.12
Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
2018-03-25 14:50:52 +08:00

11 lines
249 B
Text

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