PKGBUILDs/core/linux-oxnas/linux-oxnas.install
2014-01-25 02:26:31 +00:00

15 lines
327 B
Plaintext

KERNEL_NAME=-oxnas
KERNEL_VERSION=3.12.6-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}
}