mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
post_install() {
|
|
echo "In order to install packages from CCR, you should install «base-devel»
|
|
echo "ccr-vote has been merged into a new script, ccr-tools"
|
|
}
|
|
|
|
post_upgrade() {
|
|
echo "In order to install packages from CCR, you should install «base-develÂ
|
|
echo "ccr-vote has been merged into a new script, ccr-tools"
|
|
}
|