mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
5165a5a163
renamed to -CHAKRA-LTS (fix FS#80) imported kernel configuration from Arch introduced new oder list, that cover all the kernel modules involved (core, platform)
16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
post_install()
|
|
{
|
|
post_upgrade
|
|
}
|
|
|
|
post_upgrade()
|
|
{
|
|
EXTRAMODULES='extramodules-3.14-CHAKRA-LTS'
|
|
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
|
}
|
|
|
|
post_remove()
|
|
{
|
|
post_upgrade
|
|
}
|