PKGBUILDs/core/linux-chromebook/linux-chromebook.install
2013-08-13 23:21:23 +00:00

19 lines
387 B
Plaintext

# arg 1: the new package version
# arg 2: the old package versio
KERNEL_VERSION=3.4.0-ARCH
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
sync
}
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
sync
}