mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-25 02:52:16 +08:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
post_upgrade() {
|
|
cd lib/modules
|
|
for i in extramodules-*; do depmod "$(cat "$i/version")"; done
|
|
cd ../..
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|