1 # arg 1: the new package version
3 KERNEL_VERSION='2.6.25-ice'
4 depmod -v $KERNEL_VERSION > /dev/null 2>&1
7 # arg 1: the new package version
8 # arg 2: the old package version
10 KERNEL_VERSION='2.6.25-ice'
11 depmod -v $KERNEL_VERSION > /dev/null 2>&1
15 # arg 1: the old package version
17 KERNEL_VERSION='2.6.25-ice'
18 depmod -v $KERNEL_VERSION > /dev/null 2>&1