core/colibri/colibri.install
2010-05-30 18:58:56 +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
}