PKGBUILDs/core/linux-mmp/linux-mmp.install
2014-03-20 16:39:26 +00:00

15 lines
326 B
Plaintext

KERNEL_NAME=-mmp
KERNEL_VERSION=3.10.33-1-ARCH
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
}
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
}