aur/modules.install
Haruue Icymoon bd06ddfc43
update: kernel 4.17.3
Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
2018-07-04 22:02:42 +08:00

11 lines
250 B
Text

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