1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 KERNEL_VERSION=`cat /lib/modules/extramodules-3.0-lts/version`
6 # arg 1: the new package version
11 # arg 1: the new package version
13 depmod -v $KERNEL_VERSION > /dev/null 2>&1
16 # arg 1: the new package version
17 # arg 2: the old package version
22 # arg 1: the old package version
24 depmod -v $KERNEL_VERSION > /dev/null 2>&1