aur/modules.install
Sergej Pupykin 962904c01b upd to 4.1
2015-06-26 17:55:33 +03:00

11 lines
247 B
Text

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