desktop/tools-pkg-colibri/colibri.install

12 lines
255 B
Plaintext
Raw Normal View History

2010-05-31 02:58:56 +08:00
post_install() {
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
2013-05-29 18:22:08 +08:00
}