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

Gaetan Bisson bisson at archlinux.org
Thu May 5 09:08:14 UTC 2016


    Date: Thursday, May 5, 2016 @ 11:08:14
  Author: bisson
Revision: 173819

remove deprecated install file

Modified:
  picard/trunk/PKGBUILD
Deleted:
  picard/trunk/install

----------+
 PKGBUILD |    4 +---
 install  |   12 ------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 07:55:26 UTC (rev 173818)
+++ PKGBUILD	2016-05-05 09:08:14 UTC (rev 173819)
@@ -5,7 +5,7 @@
 
 pkgname=picard
 pkgver=1.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
@@ -17,8 +17,6 @@
 source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
 
-install=install
-
 build() {
 	cd "${srcdir}/picard-release-${pkgver}"
 	python2 setup.py config

Deleted: install
===================================================================
--- install	2016-05-05 07:55:26 UTC (rev 173818)
+++ install	2016-05-05 09:08:14 UTC (rev 173819)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-	update-desktop-database -q &>/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list