summarylogtreecommitdiffstats
path: root/telegram-desktop.install
diff options
context:
space:
mode:
authorHexchain Tong2017-02-08 00:10:03 +0800
committerHexchain Tong2017-02-08 00:10:24 +0800
commit952b9da77e5ffdbc55043a5772c35595c8fe978d (patch)
tree3bde7bb55dbef01e409867634bb244e191413a73 /telegram-desktop.install
parent6820cc879fdf820f5c9dc24e8678b66e542a23c4 (diff)
downloadaur-952b9da77e5ffdbc55043a5772c35595c8fe978d.tar.gz
use gtk3 headers
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
+}