5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
post_install() {
|
|
echo "Running depmod:"
|
|
depmod $(uname -r)
|
|
}
|