summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--spotify.install11
3 files changed, 0 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55cb3d8d6289..352d462cd8b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = spotify
pkgver = 1.0.29.92
pkgrel = 1
url = http://www.spotify.com
- install = spotify.install
arch = x86_64
arch = i686
license = custom:"Copyright (c) 2006-2010 Spotify Ltd"
diff --git a/PKGBUILD b/PKGBUILD
index 153f56097d82..88195fade03b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,6 @@ depends=("alsa-lib>=1.0.14" "gconf" "gtk2" "glib2" "nss" "libsystemd" "libxtst"
optdepends=('ffmpeg0.10: Adds support for playback of local files'
'zenity: Adds support for importing local files'
)
-install=spotify.install
package() {
cd "${srcdir}"
diff --git a/spotify.install b/spotify.install
deleted file mode 100644
index b8c7ebf27b7e..000000000000
--- a/spotify.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}