1 # arg 1: the new package version
6 # arg 1: the new package version
7 # arg 2: the old package version
9 # updating module dependencies
11 echo ">>> Updating module dependencies. Please wait ..."
12 KERNEL_VERSION=2.6.32-ARCH
13 depmod -A -v $KERNEL_VERSION > /dev/null 2>&1
15 echo "*********************************************************"
16 echo "* Remember to \"modprobe exmap\" before running \"gexmap\". *"
17 echo "* It *could* bear more accurate results if ran as root. *"
18 echo "*********************************************************"
21 # arg 1: the old package version
23 # updating module dependencies
25 echo ">>> Updating module dependencies. Please wait ..."
26 KERNEL_VERSION=2.6.33-ice
27 depmod -A -v $KERNEL_VERSION > /dev/null 2>&1