PKGBUILDs/core/linux-utilite/linux-utilite.install

18 lines
398 B
Plaintext
Raw Permalink Normal View History

2013-10-17 01:14:44 +00:00
# arg 1: the new package version
# arg 2: the old package version
KERNEL_NAME=-utilite
KERNEL_VERSION=3.0.35-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}
}