mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
8 lines
171 B
Plaintext
Executable File
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%
|
|
}
|