pkgbuild/colibri-line/colibri.install
2014-01-24 02:53:58 +04: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
}