Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/files/
Date: Fri, 26 Oct 2018 09:02:13
Message-Id: 1540544523.77ed98d7aeab07382d875c149a780cfb028a24ca.mgorny@gentoo
1 commit: 77ed98d7aeab07382d875c149a780cfb028a24ca
2 Author: Henning Schild <henning <AT> hennsch <DOT> de>
3 AuthorDate: Wed Oct 24 05:28:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 09:02:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ed98d7
7
8 net-im/telegram-desktop-bin: remove obsolete file
9
10 file made obsolete by 3a5ad41ffebc
11
12 Signed-off-by: Henning Schild <henning <AT> hennsch.de>
13 Closes: https://github.com/gentoo/gentoo/pull/10211
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1 | 9 ---------
17 1 file changed, 9 deletions(-)
18
19 diff --git a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1 b/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1
20 deleted file mode 100644
21 index 954b3bdeaea..00000000000
22 --- a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1
23 +++ /dev/null
24 @@ -1,9 +0,0 @@
25 -#!/bin/sh
26 -# this wrapper disables the auto-updater of telegram-desktop
27 -# This program is licensed under the same license as telegram-desktop
28 -
29 -# telegram-desktop fails to set RestartCommand with the session manager
30 -# exclude it from session management to prevent restarts without the argument
31 -unset SESSION_MANAGER
32 -
33 -exec /usr/lib/telegram-desktop-bin/Telegram -externalupdater $@