[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD telegram-desktop.install)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Jan 8 09:05:55 UTC 2018


    Date: Monday, January 8, 2018 @ 09:05:54
  Author: bpiotrowski
Revision: 280507

Remove useless post_install message

Modified:
  telegram-desktop/trunk/PKGBUILD
Deleted:
  telegram-desktop/trunk/telegram-desktop.install

--------------------------+
 PKGBUILD                 |    1 -
 telegram-desktop.install |   10 ----------
 2 files changed, 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 09:05:34 UTC (rev 280506)
+++ PKGBUILD	2018-01-08 09:05:54 UTC (rev 280507)
@@ -13,7 +13,6 @@
 license=('GPL3')
 depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats' 'openssl-1.0' 'libappindicator-gtk3')
 makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 'range-v3' 'python' 'python2' 'gtk3' 'dee')
-install=telegram-desktop.install
 source=(
     "tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver"
     "GSL::git+https://github.com/Microsoft/GSL.git"

Deleted: telegram-desktop.install
===================================================================
--- telegram-desktop.install	2018-01-08 09:05:34 UTC (rev 280506)
+++ telegram-desktop.install	2018-01-08 09:05:54 UTC (rev 280507)
@@ -1,10 +0,0 @@
-post_install () {
-    cat <<EOF
-Telegram will crash if you only have libappindicator-gtk2 installed.
-Either remove libappindicator-gtk2, or install libappindicator-gtk3 to avoid the crash.
-EOF
-}
-
-post_upgrade () {
-    post_install
-}



More information about the arch-commits mailing list