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

Anatol Pomozov anatolik at archlinux.org
Sun May 1 15:52:18 UTC 2016


    Date: Sunday, May 1, 2016 @ 17:52:17
  Author: anatolik
Revision: 173268

No need to run update-desktop-database. It is done by hooks now.

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

-----------------------+
 PKGBUILD              |    2 --
 wireshark-gui.install |   11 -----------
 2 files changed, 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 15:30:05 UTC (rev 173267)
+++ PKGBUILD	2016-05-01 15:52:17 UTC (rev 173268)
@@ -84,7 +84,6 @@
   depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 'wireshark-common')
   replaces=(wireshark)
   conflicts=(wireshark)
-  install=wireshark-gui.install
 
   cd ${pkgbase}-${pkgver}
 
@@ -95,7 +94,6 @@
 package_wireshark-qt() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt frontend'
   depends=('desktop-file-utils' 'qt5-base' 'qt5-multimedia' 'wireshark-cli' 'wireshark-common')
-  install=wireshark-gui.install
 
   cd ${pkgbase}-${pkgver}
 

Deleted: wireshark-gui.install
===================================================================
--- wireshark-gui.install	2016-05-01 15:30:05 UTC (rev 173267)
+++ wireshark-gui.install	2016-05-01 15:52:17 UTC (rev 173268)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list