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