summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortwa0222016-04-30 12:10:17 -0400
committertwa0222016-04-30 12:10:17 -0400
commit76dd112d29ada5926752ce46bca7c24664814a7d (patch)
treecc4d09800885cec664175897c5948ffb206588b0
parentfa82a38acd3a31f261ffe655840f2871b2ee3670 (diff)
downloadaur-76dd112d29ada5926752ce46bca7c24664814a7d.tar.gz
Removed unneeded install file.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--audacious.install14
3 files changed, 1 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfe4a2abafb6..611ff986b073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Mar 29 03:21:55 UTC 2016
+# Sat Apr 30 16:10:02 UTC 2016
pkgbase = audacious-qt5
pkgdesc = Lightweight, advanced audio player (with qt5 interface)
pkgver = 3.7.2
pkgrel = 1
url = http://audacious-media-player.org/
- install = audacious.install
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index e90b868d83af..44a45082f860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ optdepends=('unzip: zipped skins support'
provides=("${_pkgname}=${pkgver}")
conflicts=('audacious')
replaces=('audacious-player')
-install=$_pkgname.install
source=(http://distfiles.audacious-media-player.org/$_pkgname-$pkgver.tar.bz2)
sha256sums=('04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340')
diff --git a/audacious.install b/audacious.install
deleted file mode 100644
index 87c29e4dbeb4..000000000000
--- a/audacious.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: