added colibri-line

This commit is contained in:
arcan1s
2014-01-24 02:53:58 +04:00
parent b738c613b4
commit 1b66f563b4
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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
}