aur/modules.install
Sergej Pupykin 4ea29e8716 upd
2016-06-02 21:34:54 +03:00

11 lines
247 B
Text

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