1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh post_install() { depmod __KERNELVER__ } post_upgrade() { depmod __KERNELVER__ } post_remove() { depmod __KERNELVER__ }