mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 18:42:14 +08:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
post_upgrade() {
|
|
if [ "$(vercmp $2 4.8)" -lt 0 ]; then
|
|
echo " >> Major version update. Consider running db_upgrade on Berkeley DB databases."
|
|
fi
|
|
}
|