summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2016-12-07 04:29:42 +0100
committerRaphael Scholer2016-12-07 04:29:42 +0100
commit85f583a6787109fe0f7b7d59d9fb4b0e19aee8f1 (patch)
treeb64079a50507b5ccacf7bdbc1e26f0dc0b343a23
parentd1e74218ef0d46c77a25898dc54813b14797a7bb (diff)
downloadaur-85f583a6787109fe0f7b7d59d9fb4b0e19aee8f1.tar.gz
Remove no longer needed install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--mp3diags.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a4adc757636..ab45d739870a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Nov 5 22:33:29 UTC 2016
+# Wed Dec 7 03:29:28 UTC 2016
pkgbase = mp3diags
pkgdesc = Identify issues with your MP3 files, fix those issues and make other changes
pkgver = 1.2.03
- pkgrel = 2
+ pkgrel = 3
url = http://mp3diags.sourceforge.net/
- install = mp3diags.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6144ce2d2f98..d286fb5f248e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mp3diags
pkgver=1.2.03
-pkgrel=2
+pkgrel=3
pkgdesc="Identify issues with your MP3 files, fix those issues and make other changes"
url="http://mp3diags.sourceforge.net/"
license=("GPL")
@@ -12,7 +12,6 @@ arch=("i686" "x86_64")
depends=("boost-libs" "qt4")
makedepends=("boost")
optdepends=('mp3gain: MP3 normalization support')
-install=mp3diags.install
source=("http://downloads.sourceforge.net/project/mp3diags/mp3diags-src/MP3Diags-${pkgver}.tar.gz")
sha1sums=('53a699b809781819988a17b7558b9c0aab08d76a')
diff --git a/mp3diags.install b/mp3diags.install
deleted file mode 100644
index e70c054ec6ad..000000000000
--- a/mp3diags.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}