aur/modules.install
Sergej Pupykin adb6c1c873 upd
2015-09-02 13:39:39 +03:00

11 lines
247 B
Text

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