aur/modules.install
Sergej Pupykin c11c78d8cd 4.3.0
2015-11-03 20:42:05 +03:00

11 lines
247 B
Text

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