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.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/telegram-desktop-bin.install b/telegram-desktop-bin.install
deleted file mode 100644
index c490916fff54..000000000000
--- a/telegram-desktop-bin.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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()
-{
- echo "You can remove old data from a terminl doing:"
- echo "rm -r ~/.TelegramDesktop"
-}