PKGBUILDs/core/linux-ti/linux-ti.install
2015-05-26 01:55:27 +00:00

15 lines
325 B
Plaintext

KERNEL_NAME=-ti
KERNEL_VERSION=3.14.43-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}
}