aur/modules.install
Sergej Pupykin 6424468ea2 upd
2017-04-04 14:05:33 +03:00

11 lines
248 B
Text

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