mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 17:30:31 +00:00
8 lines
168 B
Plaintext
Executable File
8 lines
168 B
Plaintext
Executable File
# description : Updating kernel module dependencies...
|
|
# operation : install upgrade remove
|
|
# target : lib/modules/extramodules
|
|
|
|
exechook() {
|
|
/sbin/depmod %KERNVER%
|
|
}
|