aur/modules.install
2019-01-23 12:38:17 +08:00

11 lines
250 B
Text

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