1 # arg 1: the new package version
5 KERNEL_VERSION='2.6.29-fbcondecor'
6 depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
9 # arg 1: the new package version
10 # arg 2: the old package version
14 KERNEL_VERSION='2.6.29-fbcondecor'
15 depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
18 # arg 1: the old package version
21 KERNEL_VERSION='2.6.29-fbcondecor'
22 depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1