summarylogtreecommitdiffstats
path: root/telegram-desktop.install
blob: d75cab547d8a003438225d1e0b23ea4a9bad18bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install () {
    cat <<EOF
Telegram will crash if you only have libappindicator-gtk2 installed.

Either removing libappindicator-gtk2 or installing libappindicator-gtk3
should be enough to avoid the crash.
EOF
}

post_upgrade () {
    post_install
}