PKGBUILDs/core/linux-mmp/linux-mmp.install
2013-07-24 21:25:42 +00:00

14 lines
325 B
Text

KERNEL_NAME=-mmp
KERNEL_VERSION=3.10.1-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}
}