1 KERNEL_VERSION=2.6.36-hpmini
5 echo -e ">> Updating module dependencies"
6 depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
8 echo -e ">> If you don't need the headers you can remove it with:"
9 echo -e ">> pacman -R kernel-hpmini-headers"
15 echo -e ">> Updating module dependencies"
16 depmod -a -v $KERNEL_VERSION > /dev/null 2>&1