mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 03:17:14 +08:00
16 lines
180 B
Plaintext
16 lines
180 B
Plaintext
post_install()
|
|
{
|
|
post_upgrade
|
|
}
|
|
|
|
post_upgrade()
|
|
{
|
|
EXTRAMODULES='extramodules-3.6-CHAKRA'
|
|
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
|
}
|
|
|
|
post_remove()
|
|
{
|
|
post_upgrade
|
|
}
|