mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:57:15 +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
|
|
}
|