aur/modules.install
Haruue Icymoon 15ecf2173f
update: 4.15.7
fix ucontext incomplete type for glibc 2.26+
https://patchwork.kernel.org/patch/10059117/

Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
2018-03-07 22:34:16 +08:00

11 lines
248 B
Text

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