updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / rlocate / rlocate.install
blob6130df3063b777672f5ce7ab2624948e563ef09c
1 KERNEL_VERSION=2.6.25-ARCH
3 # arg 1: the new package version
4 post_install() {
5   post_upgrade
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   # updating module dependencies
12   echo ">>> Updating module dependencies. Please wait ..."
13   depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
16 # arg 1:  the old package version
17 post_remove() {
18   post_upgrade