1 # arg 1: the new package version
4 KERNEL_VERSION='2.6.24-tp'
5 /sbin/depmod -ae -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.24-tp'
13 /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
16 # arg 1: the old package version
18 /sbin/rmmod gspca > /dev/null 2>&1
21 # arg 1: the old package version
24 KERNEL_VERSION='2.6.24-tp'
25 /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1