desktop/tools-pkg-colibri/colibri.install
2011-08-26 14:50:25 +00:00

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
}