PKGBUILDs/core/linux-sun7i/linux-sun7i.install
2013-10-01 20:47:35 +08:00

18 lines
395 B
Plaintext

# arg 1: the new package version
# arg 2: the old package version
KERNEL_NAME=-sun7i
KERNEL_VERSION=3.3.0-3-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}
}