mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
543 B
Plaintext
12 lines
543 B
Plaintext
post_install() {
|
|
echo "===================================================="
|
|
echo "|!! !!!|"
|
|
echo "|!! Apper is replacing appset-qt solely bc !!!|"
|
|
echo "|!! appset-qt is broken in several places !!!|"
|
|
echo "|!! and no longer maintained. Do not use apper!!!|"
|
|
echo "|!! for system updates. Always pacman -Syu. !!!|"
|
|
echo "|!! !!!|"
|
|
echo "===================================================="
|
|
echo ""
|
|
}
|