summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-05-08 11:27:55 +0200
committerXorg2016-05-08 11:27:55 +0200
commitbfe3c61457b0dc07b65724d214d1cbb9fdeec0a7 (patch)
tree59fc190c82e4c0eaff007d4ee5a51165ecab04d7
parent18b7fe34687b22e04b2ef94a09a49bce806f4465 (diff)
downloadaur-bfe3c61457b0dc07b65724d214d1cbb9fdeec0a7.tar.gz
Remove .install file (Pacman hooks do that)
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD1
-rw-r--r--exaile.install11
4 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92afc72fe3a0..d37d1c3629f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun May 8 09:23:37 UTC 2016
pkgbase = exaile
pkgdesc = A full-featured Amarok-style media player for GTK+
pkgver = 3.4.5
pkgrel = 1
url = http://www.exaile.org
- install = exaile.install
arch = any
license = GPL2
makedepends = make
diff --git a/.gitignore b/.gitignore
index f32325e41657..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
*
!.gitignore
!.SRCINFO
-!exaile.install
!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 403a67a62335..d4c7985b7ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,6 @@ optdepends=('pycddb: CD metadata retrieval'
'moodbar: moodbar plugin'
'python2-mmkeys: XKeys plugin')
source=("https://github.com/exaile-dev/exaile/archive/$pkgver.tar.gz")
-install=$pkgname.install
sha512sums=('9337b86ed2f6a13071615bd46a7a05a6564011a4e1fef4cb42925336864c07854cfe497d8defe65c4e287fd9546de6a51543180c5ce6a84525506e57209914be')
build() {
diff --git a/exaile.install b/exaile.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/exaile.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}