desktop/tools-pkg-colibri/colibri.install

13 lines
319 B
Plaintext
Raw Normal View History

2010-05-31 02:58:56 +08:00
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
}