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 # arg 1: the new package version
9 # arg 1: the new package version
12 depmod -v $KERNEL_VERSION > /dev/null 2>&1
15 # arg 1: the new package version
16 # arg 2: the old package version
19 depmod -v $KERNEL_VERSION > /dev/null 2>&1
22 # arg 1: the old package version
25 depmod -v $KERNEL_VERSION > /dev/null 2>&1