mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 12:44:36 +08:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
post_upgrade() {
|
|
if (($(vercmp $2 2.0.2-1) < 0)); then
|
|
echo ':: /usr/bin/pygmentize has been moved to the pygmentize package'
|
|
fi
|
|
}
|