mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 18:57:48 +08:00
Revert unwanted change
This commit is contained in:
parent
35045ded78
commit
e8bf1537bd
@ -1,14 +1,14 @@
|
||||
post_install() {
|
||||
KERNEL_VERSION='2.6.37-CHAKRA'
|
||||
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
|
||||
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
KERNEL_VERSION='2.6.37-CHAKRA'
|
||||
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
|
||||
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
KERNEL_VERSION='2.6.37-CHAKRA'
|
||||
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
|
||||
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user