desktop/tools-pkg-colibri/colibri.install
2013-05-29 10:22:08 +00:00

12 lines
255 B
Plaintext

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
}