mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
post_install() {
|
|
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
|
|
}
|