mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
36f61365d7
- update kernel to 3.2-series - extramodules get installed to '/lib/modules/' - tuxonice tools kept in kernel-dev for now
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
|
|
}
|