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

Antonio Rojas arojas at archlinux.org
Sat May 7 08:04:19 UTC 2016


    Date: Saturday, May 7, 2016 @ 10:04:19
  Author: arojas
Revision: 174056

Hooks

Modified:
  skype/trunk/PKGBUILD
Deleted:
  skype/trunk/skype.install

---------------+
 PKGBUILD      |    3 +--
 skype.install |   14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 07:59:46 UTC (rev 174055)
+++ PKGBUILD	2016-05-07 08:04:19 UTC (rev 174056)
@@ -6,13 +6,12 @@
 
 pkgname=skype
 pkgver=4.3.0.37
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 pkgdesc="P2P software for high-quality voice communication"
 url="http://www.skype.com/"
 license=('custom')
 options=('!strip')
-install=skype.install
 depends=(xdg-utils hicolor-icon-theme)
 optdepends=('pulseaudio: audio support/voice chatting'
             'pavucontrol: volume adjustment')

Deleted: skype.install
===================================================================
--- skype.install	2016-05-07 07:59:46 UTC (rev 174055)
+++ skype.install	2016-05-07 08:04:19 UTC (rev 174056)
@@ -1,14 +0,0 @@
-post_install() {
-  if [[ -x usr/bin/xdg-icon-resource ]]; then
-    usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
-  fi
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list