aur/modules.install
Sergej Pupykin 0271b67d03 upd
2017-05-30 16:04:53 +03:00

11 lines
248 B
Text

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