summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Whetter2016-05-12 20:26:51 +0100
committerAshley Whetter2016-05-12 20:26:51 +0100
commit4f1a50e954d62bcb975c97a726a174892f86c716 (patch)
treeee551403c8d766a52b7e9f421602592f47ccd56b
parent10bfcabbc3ab9ac312e09d08160efbe6518b21f6 (diff)
downloadaur-4f1a50e954d62bcb975c97a726a174892f86c716.tar.gz
Removed .install file
Functionality is replaced by pacman hooks
-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
-}