1 # arg 1: the new package version
4 KERNEL_VERSION='2.6.26-ARCH'
5 depmod -v $KERNEL_VERSION > /dev/null 2>&1
8 # arg 1: the new package version
9 # arg 2: the old package version
12 KERNEL_VERSION='2.6.26-ARCH'
13 depmod -v $KERNEL_VERSION > /dev/null 2>&1
16 # arg 1: the old package version
19 KERNEL_VERSION='2.6.26-ARCH'
20 depmod -v $KERNEL_VERSION > /dev/null 2>&1