mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-26 14:52:13 +08:00
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
post_install() {
|
|
echo ""
|
|
echo "Colibri notifications works with 4.4 and higher"
|
|
echo ""
|
|
echo "Enabling Colibri notifications can be a bit tricky:
|
|
- Right-click on the systemtray applet
|
|
- Select \"System Tray Settings\"
|
|
- Uncheck the \"Application notifications\" box"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
} |