1 KERNEL_VERSION="2.6.39-bfs"
5 echo "updating kernel modules..."
6 depmod $KERNEL_VERSION -a
11 if [ `uname -r` = $KERNEL_VERSION ];then
12 echo "replacing the old modules..."
18 # arg 1: the new package version
24 # arg 1: the new package version
25 # arg 2: the old package version
32 # arg 1: the old package version