desktop/tools-pkg-colibri/colibri.install

13 lines
325 B
Plaintext
Raw Normal View History

2010-05-31 02:58:56 +08:00
post_install() {
echo ""
2011-08-26 22:50:25 +08:00
echo "Colibri notifications works with 4.4 and higher"
2010-05-31 02:58:56 +08:00
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
}