aur/modules.install
Sergej Pupykin 6202c14176 upd
2017-03-01 13:46:11 +03:00

11 lines
248 B
Text

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