summarylogtreecommitdiffstats
path: root/telegram-desktop.install
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-04-22 13:41:17 +0430
committerMohammadreza Abdollahzadeh2017-04-22 13:41:17 +0430
commit40e922e5b90dae989b7a34df8f0e0efb85cbe610 (patch)
tree885af13b8e226ea6d02fee5ebc8b2640dca6d75b /telegram-desktop.install
downloadaur-40e922e5b90dae989b7a34df8f0e0efb85cbe610.tar.gz
initial import
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
+}