Files
ports/archive/linux-lts/linux.hook
2019-04-08 15:34:23 +08:00

8 lines
171 B
Plaintext
Executable File

# description : Updating kernel module dependencies...
# operation : install upgrade remove
# target : lib/modules/%KERNVER%/extra
exechook() {
/sbin/depmod %KERNVER%
}