desktop/tools-pkg-colibri/colibri.install
2010-06-08 19:12:35 +00:00

13 lines
319 B
Plaintext

post_install() {
echo ""
echo "Colibri notifications works ONLY with 4.4"
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
}