summarylogtreecommitdiffstats
path: root/telegram-desktop.install
blob: aa9a5a20969a27cf36bf0c6fad3d8b19972cc641 (plain)
1
2
3
4
5
6
7
8
9
10
post_install () {
    cat <<EOF
Telegram will crash if you only have libappindicator-gtk2 installed.
Either remove libappindicator-gtk2, or install libappindicator-gtk3 to avoid the crash.
EOF
}

post_upgrade () {
    post_install
}