summarylogtreecommitdiffstats
path: root/telegram-desktop-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'telegram-desktop-bin.install')
-rw-r--r--telegram-desktop-bin.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/telegram-desktop-bin.install b/telegram-desktop-bin.install
new file mode 100644
index 000000000000..d49e64e89eb7
--- /dev/null
+++ b/telegram-desktop-bin.install
@@ -0,0 +1,17 @@
+post_install() {
+
+ echo "Start from the console at the first run (using "telegram") to generate the .desktop file."
+ echo "After Update start Telegram with "/opt/telegram/Telegram" to get TelegramDesktop"
+ echo "If you see no destkop launcher after update, you can fix it by using"
+ echo "sed 's/Exec=-- %u/Exec=telegram -- %u/' -i ~/.local/share/applications/telegramdesktop.desktop"
+
+}
+
+post_remove()
+{
+ echo "You can remove old data from a terminl doing:"
+ echo "rm -r ~/.local/share/applications/telegramdesktop.desktop"
+ echo "rm -r ~/.TelegramDesktop"
+}
+
+# vim: ts=2 sw=2 et: