1 2 3 4 5 6 7 8
_kernver=`uname -r` post_remove() { depmod -a $_kernver } post_install() { depmod -a $_kernver }