[arch-commits] Commit in yubikey-neo-manager/trunk (2 files)

Christian Hesse eworm at archlinux.org
Wed Apr 27 14:34:26 UTC 2016


    Date: Wednesday, April 27, 2016 @ 16:34:26
  Author: eworm
Revision: 172048

upgpkg: yubikey-neo-manager 1.4.0-3

Hooks! (Remove install file...)

Modified:
  yubikey-neo-manager/trunk/PKGBUILD
Deleted:
  yubikey-neo-manager/trunk/yubikey-neo-manager.install

-----------------------------+
 PKGBUILD                    |    3 +--
 yubikey-neo-manager.install |   15 ---------------
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 14:34:11 UTC (rev 172047)
+++ PKGBUILD	2016-04-27 14:34:26 UTC (rev 172048)
@@ -3,7 +3,7 @@
 
 pkgname=yubikey-neo-manager
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross platform personalization tool for the YubiKey NEO"
 arch=('i686' 'x86_64')
 url="https://github.com/Yubico/yubikey-neo-manager"
@@ -11,7 +11,6 @@
 depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host'
 	'python2-setuptools' 'python2-pyside' 'python2-crypto' 'qtwebkit')
 makedepends=('git' 'python2-pyside-tools' 'imagemagick')
-install=yubikey-neo-manager.install
 source=("git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-${pkgver}"
 	'git://github.com/Yubico/python-yubicommon.git')
 sha256sums=('SKIP' 'SKIP')

Deleted: yubikey-neo-manager.install
===================================================================
--- yubikey-neo-manager.install	2016-04-27 14:34:11 UTC (rev 172047)
+++ yubikey-neo-manager.install	2016-04-27 14:34:26 UTC (rev 172048)
@@ -1,15 +0,0 @@
-post_install() {
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-	update-desktop-database -q
-}
-
-post_remove() {
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-	update-desktop-database -q
-}
-



More information about the arch-commits mailing list