mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 08:47:14 +08:00
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
|
post_upgrade() {
|
||
|
if [[ $(vercmp $2 4.2.6.p3) -le 0 ]]; then
|
||
|
cat <<EOF
|
||
|
|
||
|
==> The file /etc/conf.d/ntp-client.conf has been renamed /etc/conf.d/ntpd.conf
|
||
|
==> If you made changes to the former, please update the latter.
|
||
|
|
||
|
EOF
|
||
|
fi
|
||
|
}
|