summarylogtreecommitdiffstats
path: root/telegram-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'telegram-desktop.install')
-rw-r--r--telegram-desktop.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/telegram-desktop.install b/telegram-desktop.install
new file mode 100644
index 000000000000..d75cab547d8a
--- /dev/null
+++ b/telegram-desktop.install
@@ -0,0 +1,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
+}