summarylogtreecommitdiffstats
path: root/telegram-desktop.install
diff options
context:
space:
mode:
authorGiovanni Santini2015-07-07 21:29:28 +0200
committerGiovanni Santini2015-07-07 21:29:28 +0200
commit29adf540a67ece4b4bdfc7b2e68f9ab49f1cb78f (patch)
treea77b45fff2e6b825c724d0121bec136cdf3c1701 /telegram-desktop.install
downloadaur-29adf540a67ece4b4bdfc7b2e68f9ab49f1cb78f.tar.gz
Initial import of official package
Diffstat (limited to 'telegram-desktop.install')
-rw-r--r--telegram-desktop.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/telegram-desktop.install b/telegram-desktop.install
new file mode 100644
index 000000000000..58d86bb26f06
--- /dev/null
+++ b/telegram-desktop.install
@@ -0,0 +1,14 @@
+post_install() {
+
+ echo "Start from the console if it is the first time you install this program: ([user@ArchLinux:~]$ telegram). To generate the .desktop file."
+ echo "Before, delete the old: rm -r ~/.local/share/applications/telegramdesktop.desktop. And rm -r ~/.TelegramDesktop"
+ echo "After Update start Telegram per /opt/telegram/Telegram to get TelegramDesktop"
+
+}
+
+post_remove()
+{
+ echo "Remove the .desktop: rm -r ~/.local/share/applications/telegramdesktop.desktop. And rm -r ~/.TelegramDesktop"
+}
+
+# vim: ts=2 sw=2 et: