aur/modules.install
Haruue Icymoon 11623b1f14
update: kernel 4.16.13
use gcc7 to compile it

Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
2018-05-31 17:37:29 +08:00

11 lines
251 B
Text

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