mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-26 08:17:19 +00:00
13 lines
325 B
Plaintext
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
|
|
} |