mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
16 lines
177 B
Plaintext
16 lines
177 B
Plaintext
post_install()
|
|
{
|
|
post_upgrade
|
|
}
|
|
|
|
post_upgrade()
|
|
{
|
|
EXTRAMODULES='extramodules-3.0-lts'
|
|
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
|
}
|
|
|
|
post_remove()
|
|
{
|
|
post_upgrade
|
|
}
|