aur/modules.install
Sergej Pupykin 4d5efba6c4 upd
2015-07-01 16:27:17 +03:00

11 lines
247 B
Text

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