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

Antonio Rojas arojas at archlinux.org
Sat May 7 17:09:03 UTC 2016


    Date: Saturday, May 7, 2016 @ 19:09:02
  Author: arojas
Revision: 174210

Hooks

Modified:
  usbview/trunk/PKGBUILD
  usbview/trunk/usbview.install

-----------------+
 PKGBUILD        |    2 +-
 usbview.install |    5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 17:06:56 UTC (rev 174209)
+++ PKGBUILD	2016-05-07 17:09:02 UTC (rev 174210)
@@ -4,7 +4,7 @@
 
 pkgname=usbview
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Display the topology of devices on the USB bus"
 arch=('i686' 'x86_64')
 url="http://www.kroah.com/linux/usb/"

Modified: usbview.install
===================================================================
--- usbview.install	2016-05-07 17:06:56 UTC (rev 174209)
+++ usbview.install	2016-05-07 17:09:02 UTC (rev 174210)
@@ -1,5 +1,4 @@
 post_install() {
-  update-desktop-database -q
   echo ">>> Debugfs must be mounted in order to use usbview."
   echo ">>> As root execute:"
   echo ">>> \"mount -t debugfs none /sys/kernel/debug\" or add"
@@ -10,7 +9,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  update-desktop-database -q
-}



More information about the arch-commits mailing list