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 }