aur/modules.install
Sergej Pupykin a600dee52b upd
2016-07-28 16:47:02 +03:00

11 lines
247 B
Text

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