1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
9 # arg 1: the new package version
11 # updating module dependencies
12 echo ">>> Updating module dependencies. Please wait ..."
13 KERNEL_VERSION=2.6.33-ARCH
14 depmod -v $KERNEL_VERSION > /dev/null 2>&1
18 # arg 1: the new package version
19 # arg 2: the old package version
24 # arg 1: the new package version
25 # arg 2: the old package version
27 # updating module dependencies
28 echo ">>> Updating module dependencies. Please wait ..."
29 KERNEL_VERSION=2.6.33-ARCH
30 depmod -v $KERNEL_VERSION > /dev/null 2>&1
34 # arg 1: the old package version
39 # arg 1: the old package version
41 # updating module dependencies
42 echo ">>> Updating module dependencies. Please wait ..."
43 KERNEL_VERSION=2.6.33-ARCH
44 depmod -v $KERNEL_VERSION > /dev/null 2>&1