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.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/telegram-desktop-bin.install b/telegram-desktop-bin.install
index e5b7d581da45..c490916fff54 100644
--- a/telegram-desktop-bin.install
+++ b/telegram-desktop-bin.install
@@ -1,5 +1,8 @@
post_install() {
[ ! -z `which update-desktop-database` ]&& update-desktop-database -q
+ echo "Remember to delete the official (non-tweaked) launcher by using:"
+ echo ""rm ~/.local/share/applications/telegramdesktop.desktop""
+ echo "After running Telegram Desktop"
}
post_remove()