PKGBUILDs/core/linux-mmp/linux-mmp.install

15 lines
326 B
Plaintext
Raw Normal View History

2012-03-25 04:30:16 +00:00
KERNEL_NAME=-mmp
2014-03-20 16:39:26 +00:00
KERNEL_VERSION=3.10.33-1-ARCH
2012-03-25 04:30:16 +00:00
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}
}