summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-07-09 13:04:36 +0200
committerGiovanni Santini2015-07-09 13:04:36 +0200
commite6a8791a113f5c17dc8572be410e7232e7bdcc9a (patch)
tree0d04c7a12bdc6c0a19fe2e5ac18be1bae1b01b34
parentdc0281e8cc28bb6e1f76fc7623d9eb61b32b5fc0 (diff)
downloadaur-e6a8791a113f5c17dc8572be410e7232e7bdcc9a.tar.gz
Removed useless old install file
-rw-r--r--telegram-desktop.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/telegram-desktop.install b/telegram-desktop.install
deleted file mode 100644
index d49e64e89eb7..000000000000
--- a/telegram-desktop.install
+++ /dev/null
@@ -1,17 +0,0 @@
-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: