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

Timothy Redaelli tredaelli at archlinux.org
Wed Jun 22 22:05:05 UTC 2016


    Date: Wednesday, June 22, 2016 @ 22:05:05
  Author: tredaelli
Revision: 180786

upgpkg: wireshark 2.0.4-1

Modified:
  wireshark/trunk/PKGBUILD
Deleted:
  wireshark/trunk/wireshark-common.install

--------------------------+
 PKGBUILD                 |    5 ++---
 wireshark-common.install |   12 ------------
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-22 20:39:06 UTC (rev 180785)
+++ PKGBUILD	2016-06-22 22:05:05 UTC (rev 180786)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
         do_not_use_svn_version.patch)
-sha1sums=('9805d62b4fb108cc1e755d8c47f8c1e21eee8b73'
+sha1sums=('9d76a28ba4f7566bef1aefbb2868e1ddcb93e999'
           '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
 
 prepare() {
@@ -71,7 +71,6 @@
 package_wireshark-common() {
   pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
   depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-  install=wireshark-common.install
 
   cd ${pkgbase}-${pkgver}
 

Deleted: wireshark-common.install
===================================================================
--- wireshark-common.install	2016-06-22 20:39:06 UTC (rev 180785)
+++ wireshark-common.install	2016-06-22 22:05:05 UTC (rev 180786)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-mime-database usr/share/mime &>/dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list